mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 06:39:46 +05:30
Fix Sentry installation
This commit is contained in:
parent
cc21abe8f4
commit
c92ece3fed
@ -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 |-
|
||||||
|
Loading…
Reference in New Issue
Block a user