UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 33011594 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: testing dependencies vs needs

parent 8cf25754
No related branches found
No related tags found
1 merge request!129BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
......@@ -123,6 +123,12 @@ upgrade:
package:
stage: package
image: registry.dsop.io/platform-one/big-bang/umbrella/synker:0.0.1
rules:
# skip job for manual tag events
- if: $CI_COMMIT_TAG
when: never
# run job on commits to default branch
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
dependencies:
- clean install
before_script:
......
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