Skip to content

Commit

Permalink
fix: sentry release (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy-auricoste authored Oct 8, 2024
1 parent e2f945e commit 026b77b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bin/scripts/sentry-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ LBA_SERVER_SENTRY_DSN=$(ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FI
LBA_UI_SENTRY_DSN=$(ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FILE" | yq '.vault.LBA_UI_SENTRY_DSN')
SENTRY_AUTH_TOKEN=$(ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FILE" | yq '.vault.SENTRY_AUTH_TOKEN')

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly ROOT_DIR="../.."

SENTRY_DSN="${LBA_SERVER_SENTRY_DSN}"
"$ROOT_DIR/server/sentry-release-server.sh" "mission-apprentissage/labonnealternance" "${COMMIT_ID}" "${PREV_COMMIT_ID}" "${VERSION}"

Expand Down

0 comments on commit 026b77b

Please sign in to comment.