Skip to content

Commit

Permalink
Release 3.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Oct 5, 2024
2 parents e39728f + 81e4a24 commit 3628401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull-request-update-or-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ jobs:
run: |
npm install -g @sentry/cli
- name: Inject Sentry debug information
run: |
sentry-cli sourcemaps inject ./tmp/build/${{ env.PLATFORM_PAIR }}/dist
- name: Build Image and push by digest
id: build-image
uses: docker/build-push-action@v6
Expand Down
5 changes: 2 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ RUN sed -i "s/appVersion: \".*\"/appVersion: \"$APP_VERSION\"/g" src/environment
RUN node build/prepare-translation-files.js
RUN npm run build

RUN if [ "$INJECT_DEBUG_INFORMATION" = true ] ; then \
npm install -g @sentry/cli && \
sentry-cli sourcemaps inject ./dist ; fi
RUN npm install -g @sentry/cli && sentry-cli sourcemaps inject ./dist
RUN ./node_modules/.bin/ngsw-config dist ngsw-config.json


FROM scratch AS dist-build
Expand Down

0 comments on commit 3628401

Please sign in to comment.