Skip to content

Commit 2b185a1

Browse files
committed
SCANPY-202 enable on PR for dry-run
1 parent 316bfc9 commit 2b185a1

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
@@ -318,8 +318,6 @@ run_iris_task:
318318
depends_on:
319319
- promote
320320
<<: *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"
323321
env:
324322
SONAR_SOURCE_IRIS_TOKEN: VAULT[development/kv/data/iris data.next]
325323
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)