Skip to content

Commit f4ed90a

Browse files
debug ci issue
1 parent 3cce8a8 commit f4ed90a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ARG SENTRY_PROJECT
2020
ARG SENTRY_AUTH_TOKEN
2121

2222
RUN echo $SENTRY_AUTH_TOKEN
23+
RUN echo $SENTRY_ORG
24+
RUN echo $SENTRY_PROJECT
25+
RUN echo $SENTRY_VERSION
2326

2427
RUN npx -y @sentry/cli releases new $SENTRY_VERSION --org $SENTRY_ORG --project $SENTRY_PROJECT --auth-token $SENTRY_AUTH_TOKEN
2528
RUN npx -y @sentry/cli releases files $SENTRY_VERSION upload-sourcemaps --ext map --ext js --ext ts ./dist --org $SENTRY_ORG --project $SENTRY_PROJECT --auth-token $SENTRY_AUTH_TOKEN

0 commit comments

Comments
 (0)