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
07629bbe
Commit
07629bbe
authored
Mar 03, 2020
by
Richard Crosby
Browse files
Update gitlab-ci/build.yml, gitlab-ci/setup.yml, gitlab-ci/sentry-release.yml files
parent
4a91fc65
Pipeline
#25082
passed with stages
in 57 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/build.yml
View file @
07629bbe
...
...
@@ -2,6 +2,7 @@ build:
image
:
registry.brickblock.sh/devops/docker/build:latest
stage
:
test
extends
:
-
.except-ci-release
-
.cache-pull-only
-
.skip-artifacts
interruptible
:
true
...
...
gitlab-ci/sentry-release.yml
View file @
07629bbe
...
...
@@ -9,11 +9,7 @@ sentry_release_production:
-
build
script
:
-
yarn global add @sentry/cli
-
sentry-cli releases new "$CI_COMMIT_TAG"
-
sentry-cli releases files "$CI_COMMIT_TAG" upload-sourcemaps --rewrite ./build
-
sentry-cli releases set-commits --auto "$CI_COMMIT_TAG"
-
sentry-cli releases finalize "$CI_COMMIT_TAG"
-
sentry-cli releases deploys "$CI_COMMIT_TAG" new -e "$BBK_RUNTIME_ENVIRONMENT"
-
sentry-cli releases deploys "$CI_COMMIT_SHORT_SHA" new -e "$BBK_RUNTIME_ENVIRONMENT"
only
:
-
tags
...
...
gitlab-ci/setup.yml
View file @
07629bbe
setup
:
stage
:
setup
extends
:
-
.except-ci-release
-
.cache
-
.skip-artifacts
interruptible
:
true
...
...
Write
Preview
Supports
Markdown
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