Skip to content
Snippets Groups Projects
Commit 15952492 authored by Simon McVittie's avatar Simon McVittie
Browse files

Disable deploy job by default


It's confusing for it to appear in the job graph when we won't be
launching it the majority of the time.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 609f007e
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,9 @@ deploy:
when: never
- if: '$CI_COMMIT_TAG'
when: always
- when: manual
# To debug changes to this CI step, change this to when: always
# or when: manual, and push to a protected branch
- when: never
image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
variables:
STEAM_CI_DEPENDENCIES: >-
......
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