Skip to content
Snippets Groups Projects
Commit cc16a160 authored by Julien Leduc's avatar Julien Leduc
Browse files

Only run nightly1 in triggers for now.

parent 0c13e8ac
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ stages: ...@@ -5,6 +5,7 @@ stages:
- rename:dockerimage - rename:dockerimage
- test - test
- regressions - regressions
- shouldfail
- publish_rpm - publish_rpm
before_script: before_script:
...@@ -155,7 +156,6 @@ nightly1: ...@@ -155,7 +156,6 @@ nightly1:
stage: shouldfail stage: shouldfail
only: only:
- triggers - triggers
- schedules
script: script:
- echo "Running nightly tests" - echo "Running nightly tests"
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)" - export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment