Skip to content
Snippets Groups Projects
Commit 6cc782fc authored by Julian's avatar Julian
Browse files

Make build and package jobs manual for non-tag pipelines

parent 3bdf17cc
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility ...@@ -42,6 +42,8 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
.build: .build:
rules: rules:
- if: '$CI_COMMIT_TAG == null'
when: manual
- if: '$RUN_AUTOUPDATE != "1"' - if: '$RUN_AUTOUPDATE != "1"'
stage: build stage: build
dependencies: [] dependencies: []
...@@ -49,6 +51,8 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility ...@@ -49,6 +51,8 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
.package: .package:
rules: rules:
- if: '$CI_COMMIT_TAG == null'
when: manual
- if: '$RUN_AUTOUPDATE != "1"' - if: '$RUN_AUTOUPDATE != "1"'
stage: package stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment