Skip to content

Commit

Permalink
switch from mv2 to mv3 (#8488)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed May 21, 2024
1 parent d27206a commit 6d8ea84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rainforestqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
# The following environment variables are set so sourceMapPublicUrl, and there SOURCE_MAP_PUBLIC_PATH, is defined in the build
PUBLIC_RELEASE: true
SOURCE_MAP_URL_BASE: https://pixiebrix-extension-source-maps.s3.amazonaws.com
# Use mv2 because that's currently what the Rainforest build uses, see "npm run build" step below
SOURCE_MAP_PATH: sourcemaps/build/${{ github.sha }}/mv2
SOURCE_MAP_PATH: sourcemaps/build/${{ github.sha }}/mv3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -41,7 +40,7 @@ jobs:
- run: npm ci
- run: npm run build
env:
MV: 2
MV: 3
DATADOG_CLIENT_TOKEN: ${{ secrets.DATADOG_CLIENT_TOKEN }}
DATADOG_APPLICATION_ID: ${{ secrets.DATADOG_APPLICATION_ID }}
CHROME_MANIFEST_KEY: ${{ secrets.CHROME_MANIFEST_PROD_PUBLIC_KEY }}
Expand Down

0 comments on commit 6d8ea84

Please sign in to comment.