Start of Pipeline - (2 min 6 sec in block) | | | |
|
node - (2 min 6 sec in block) | testintegration | | |
|
node block - (2 min 6 sec in block) | | | |
|
library - (0.99 sec in self) | | | |
|
checkout - (21 sec in self) | | | |
|
pwd - (8 ms in self) | | | |
|
copyArtifacts - (15 ms in self) | | | |
|
sh - (11 sec in self) |
pushd build
curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz | tar -zxf -
popd
python3 -m venv build/venv
. build/venv/bin/activate
python3 -m pip install -U pip
python3 -m pip install scc
| | |
|
sh - (1 min 32 sec in self) |
export BASE_REPO=omero-plugins.git
export BASE_BRANCH=master
export VERSION_LOG=/home/omero/workspace/OMERO-plugins-push/build/version.tsv
. build/venv/bin/activate
if [ "merge_ci" != "null" ]; then
export PUSH_BRANCH=merge_ci
fi
if [ "null" != "null" ]; then
export GIT_USER=null
fi
export STATUS=success-only MERGE_OPTIONS="-vvv --no-ask --reset --comment"
bash build/build-infra-master/recursive-merge
| | |
|