Skip to content
Snippets Groups Projects
Commit a72f76c0 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Disable artifact downloads in release and deploy stages

parent 7a4a3048
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ analyse: ...@@ -67,6 +67,7 @@ analyse:
release-image: release-image:
<<: *runner_tags <<: *runner_tags
stage: release stage: release
dependencies: []
script: script:
- docker pull "$CONTAINER_TEST_IMAGE" - docker pull "$CONTAINER_TEST_IMAGE"
- docker tag "$CONTAINER_TEST_IMAGE" "$CONTAINER_RELEASE_IMAGE" - docker tag "$CONTAINER_TEST_IMAGE" "$CONTAINER_RELEASE_IMAGE"
...@@ -79,6 +80,7 @@ deploy-staging: ...@@ -79,6 +80,7 @@ deploy-staging:
stage: deploy stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli:3.3 image: registry.esss.lu.se/ics-docker/tower-cli:3.3
before_script: [] before_script: []
dependencies: []
script: script:
- > - >
tower-cli job launch tower-cli job launch
...@@ -98,6 +100,7 @@ pages: ...@@ -98,6 +100,7 @@ pages:
<<: *runner_tags <<: *runner_tags
stage: deploy stage: deploy
image: "$CONTAINER_RELEASE_IMAGE" image: "$CONTAINER_RELEASE_IMAGE"
dependencies: []
before_script: before_script:
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
script: script:
...@@ -116,6 +119,7 @@ deploy-production: ...@@ -116,6 +119,7 @@ deploy-production:
stage: deploy stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli:3.2 image: registry.esss.lu.se/ics-docker/tower-cli:3.2
before_script: [] before_script: []
dependencies: []
script: script:
- > - >
tower-cli job launch tower-cli job launch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment