Skip to content

Commit 87aa319

Browse files
committed
SCANPY-202 enable on PR for dry-run
1 parent e6540ad commit 87aa319

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ run_iris_task:
317317
depends_on:
318318
- promote
319319
<<: *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"
322320
env:
323321
SONAR_SOURCE_IRIS_TOKEN: VAULT[development/kv/data/iris data.next]
324322
matrix:

.cirrus/run_iris.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ fi
3636

3737
echo "===== Execute IRIS as dry-run"
3838
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

Comments
 (0)