File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,6 @@ jobs:
214214 run : |
215215 npm install -g @sentry/cli
216216
217- - name : Inject Sentry debug information
218- run : |
219- sentry-cli sourcemaps inject ./tmp/build/${{ env.PLATFORM_PAIR }}/dist
220-
221217 - name : Build Image and push by digest
222218 id : build-image
223219 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ RUN sed -i "s/appVersion: \".*\"/appVersion: \"$APP_VERSION\"/g" src/environment
9999RUN node build/prepare-translation-files.js
100100RUN npm run build
101101
102- RUN if [ "$INJECT_DEBUG_INFORMATION" = true ] ; then \
103- npm install -g @sentry/cli && \
104- sentry-cli sourcemaps inject ./dist ; fi
102+ RUN npm install -g @sentry/cli && sentry-cli sourcemaps inject ./dist
103+ RUN ./node_modules/.bin/ngsw-config dist ngsw-config.json
105104
106105
107106FROM scratch AS dist-build
You can’t perform that action at this time.
0 commit comments