UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
37ff4b4e
Commit
37ff4b4e
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
ci: making sure release jobs don't run yet
parent
32a80889
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!129
BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
Pipeline
#126394
failed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-10
12 additions, 10 deletions
.gitlab-ci.yml
with
12 additions
and
10 deletions
.gitlab-ci.yml
+
12
−
10
View file @
37ff4b4e
...
...
@@ -268,11 +268,12 @@ 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
# # 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
when
:
never
# TODO - Job should not run yet
dependencies
:
-
clean install
before_script
:
...
...
@@ -309,11 +310,12 @@ release:
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
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
# # 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
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment