We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cce8a8 commit f4ed90aCopy full SHA for f4ed90a
Dockerfile
@@ -20,6 +20,9 @@ ARG SENTRY_PROJECT
20
ARG SENTRY_AUTH_TOKEN
21
22
RUN echo $SENTRY_AUTH_TOKEN
23
+RUN echo $SENTRY_ORG
24
+RUN echo $SENTRY_PROJECT
25
+RUN echo $SENTRY_VERSION
26
27
RUN npx -y @sentry/cli releases new $SENTRY_VERSION --org $SENTRY_ORG --project $SENTRY_PROJECT --auth-token $SENTRY_AUTH_TOKEN
28
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