Add Sentry Release Reporting (attempt 3)
This commit is contained in:
parent
3a6dd8ea10
commit
3f083b520d
1 changed files with 3 additions and 5 deletions
|
@ -23,16 +23,14 @@ build:
|
||||||
sentry:
|
sentry:
|
||||||
stage: ops
|
stage: ops
|
||||||
image: getsentry/sentry-cli
|
image: getsentry/sentry-cli
|
||||||
variables:
|
|
||||||
VERSION: 4.0.0-${CI_COMMIT_SHA:0:8}
|
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
- sentry-cli releases new -p geekbot $VERSION
|
- sentry-cli releases new -p geekbot 4.0.0-${CI_COMMIT_SHA:0:8}
|
||||||
- sentry-cli releases set-commits --auto $VERSION
|
- sentry-cli releases set-commits --auto 4.0.0-${CI_COMMIT_SHA:0:8}
|
||||||
- sentry-cli releases deploys $VERSION new -e Production
|
- sentry-cli releases deploys 4.0.0-${CI_COMMIT_SHA:0:8} new -e Production
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue