Skip to content

Commit

Permalink
fix ci sentry cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed May 29, 2023
1 parent fbba134 commit 8580da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
steps:
- run:
name: "Install Sentry client"
command: npm i -g @sentry/cli --unsafe-perm
command: npm i --prefix=$HOME/.local -g @sentry/cli
- run:
name: "Push image"
command: "bin/push-docker-backend-image.sh"
Expand Down

0 comments on commit 8580da3

Please sign in to comment.