Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
a62a9acd
Commit
a62a9acd
authored
Apr 08, 2021
by
Georgi Petkov
Browse files
fix: prevent running sentry-release-staging on production
parent
67694f2c
Pipeline
#29754
passed with stages
in 33 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/sentry-release.yml
View file @
a62a9acd
...
...
@@ -22,7 +22,9 @@ sentry_release_staging:
SENTRY_AUTH_TOKEN
:
${SENTRY_AUTH_TOKEN}
SENTRY_ORG
:
brickblock
SENTRY_PROJECT
:
${CI_PROJECT_NAME}
extends
:
.cache-pull-only
extends
:
-
.cache-pull-only
-
.except-ci-release
dependencies
:
-
build
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment