Skip to content

Commit

Permalink
Revert "feat: trying to update sentry cli (#178)" (#184)
Browse files Browse the repository at this point in the history
This reverts commit 3b41b36.
  • Loading branch information
Stephen Cefali authored Dec 7, 2023
1 parent 3b41b36 commit c1b57ce
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 456 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
COPY --from=builder /app/dist /action-release/dist/
RUN chmod +x /action-release/dist/index.js

RUN printf '[safe]\n directory = *\n' > /etc/gitconfig
# Workaround for this issue: https://github.com/libgit2/libgit2/issues/6663
ENV SUDO_UID=1001
# move the sentry-cli binary to where the entrypoint expects it
RUN mv /action-release/node_modules/@sentry/cli/sentry-cli /action-release/sentry-cli
RUN chmod +x /action-release/sentry-cli

# XXX: This could probably be replaced with a standard CMD
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@sentry/cli": "^2.23.0"
"@sentry/cli": "^1.67.2"
},
"devDependencies": {
"@types/jest": "^29.5.6",
Expand Down
Loading

0 comments on commit c1b57ce

Please sign in to comment.