UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules

Merged Zachariah Dzielinski requested to merge BB-1081 into master
All threads resolved!
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -273,7 +273,7 @@ package:
# when: never
# # run job on commits to default branch
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never # TODO - Job should not run yet
- when: never # TODO - Job should not run yet
dependencies:
- clean install
before_script:
@@ -315,7 +315,7 @@ release:
# when: never
# # run job on commits to default branch
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never # TODO - Job should not run yet
- when: never # TODO - Job should not run yet
variables:
RELEASE_ENDPOINT: https://${RELEASE_BUCKET}.s3-${AWS_DEFAULT_REGION}.amazonaws.com/umbrella/${CI_COMMIT_TAG}
script:
Loading