Skip to content

Commit 82d81f2

Browse files
committed
fixup! ci/lib.sh: add support for Azure Pipelines
TASKDEFINITIONSURI is not set in parallel tasks... And COLLECTIONURI is not set in the Linux32 job... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6b28658 commit 82d81f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ then
1919
BREW_INSTALL_PACKAGES="git-lfs gettext"
2020
export GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
2121
export GIT_TEST_OPTS="--verbose-log -x --immediate"
22-
elif test -n "$SYSTEM_TASKDEFINITIONSURI"
22+
elif test -n "$SYSTEM_COLLECTIONURI" || test -n "$SYSTEM_TASKDEFINITIONSURI"
2323
then
2424
# We are running in Azure Pipelines
2525
CI_BRANCH="$BUILD_SOURCEBRANCH"

0 commit comments

Comments
 (0)