Fix Sentry installation

This commit is contained in:
ErickSkrauch 2024-12-02 13:27:31 +01:00
parent cc21abe8f4
commit c92ece3fed
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -35,6 +35,7 @@ variables:
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
.installSentry: &installSentry |- .installSentry: &installSentry |-
apk add --update-cache --upgrade curl bash
curl -sL https://sentry.io/get-cli/ | bash curl -sL https://sentry.io/get-cli/ | bash
.setupSSH: &setupSSH |- .setupSSH: &setupSSH |-