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
a73926b7
Commit
a73926b7
authored
Oct 08, 2021
by
Georgi Petkov
Browse files
chore: turn on sentry debug in sentry-release job
parent
3f433039
Pipeline
#32429
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/sentry-release.yml
View file @
a73926b7
...
...
@@ -26,6 +26,7 @@ sentry_release_staging:
SENTRY_AUTH_TOKEN
:
${SENTRY_AUTH_TOKEN}
SENTRY_ORG
:
brickblock
SENTRY_PROJECT
:
${CI_PROJECT_NAME}
SENTRY_LOG_LEVEL
:
info
extends
:
-
.cache-pull-only
-
.except-ci-release
...
...
@@ -33,6 +34,7 @@ sentry_release_staging:
-
build
script
:
-
node -v
-
echo "$CI_COMMIT_SHORT_SHA"
-
yarn global add @sentry/cli
-
sentry-cli releases new "$CI_COMMIT_SHORT_SHA"
-
sentry-cli releases files "$CI_COMMIT_SHORT_SHA" upload-sourcemaps ./build
...
...
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