Skip to content
Snippets Groups Projects
Commit cadaf5fe authored by Roang's avatar Roang
Browse files

Fix unnecessary variables in sentry release job

When they are set on the project level, they will be available in the
job environment, so there is no need to set them explicitly.
parent 7d497b40
Branches
Tags
No related merge requests found
......@@ -442,11 +442,6 @@ publish-sentry-release:
image: python:3.11-bookworm
needs:
- publish-production
variables:
SENTRY_AUTH_TOKEN: $SENTRY_AUTH_TOKEN
SENTRY_ORG: $SENTRY_ORG
SENTRY_PROJECT: $SENTRY_PROJECT
SENTRY_URL: $SENTRY_URL
before_script:
- pip3 install sentry-cli
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment