We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316bfc9 commit 2b185a1Copy full SHA for 2b185a1
.cirrus.yml
@@ -318,8 +318,6 @@ run_iris_task:
318
depends_on:
319
- promote
320
<<: *LINUX_CONTAINER_DEFINITION
321
- # only executed in CRON job AND on master branch
322
- only_if: $CIRRUS_CRON == $CRON_NIGHTLY_JOB_NAME && $CIRRUS_BRANCH == "master"
323
env:
324
SONAR_SOURCE_IRIS_TOKEN: VAULT[development/kv/data/iris data.next]
325
matrix:
.cirrus/run_iris.sh
@@ -36,11 +36,3 @@ fi
36
37
echo "===== Execute IRIS as dry-run"
38
run_iris "true"
39
-STATUS=$?
40
-if [ $STATUS -ne 0 ]; then
41
- echo "===== Failed to run IRIS dry-run"
42
- exit 1
43
-else
44
- echo "===== Successful IRIS dry-run - executing IRIS for real."
45
- run_iris "false"
46
-fi
0 commit comments