UNCLASSIFIED - NO CUI

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

ci: making sure release jobs don't run yet

parent 37ff4b4e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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