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 e6540ad commit 87aa319Copy full SHA for 87aa319
.cirrus.yml
@@ -317,8 +317,6 @@ run_iris_task:
317
depends_on:
318
- promote
319
<<: *LINUX_CONTAINER_DEFINITION
320
- # only executed in CRON job AND on master branch
321
- only_if: $CIRRUS_CRON == $CRON_NIGHTLY_JOB_NAME && $CIRRUS_BRANCH == "master"
322
env:
323
SONAR_SOURCE_IRIS_TOKEN: VAULT[development/kv/data/iris data.next]
324
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