mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-07 18:44:13 +00:00
Fix publishing symbols to sentry
This commit is contained in:
parent
b1cf54b03a
commit
c1d6db586c
@ -73,7 +73,7 @@ after_script:
|
||||
# build sourcemaps and upload to Sentry
|
||||
# fix node issue with memory
|
||||
- |
|
||||
if [ -n "$TRAVIS_TAG" ];
|
||||
if [ -n "$TRAVIS_TAG" ]; then
|
||||
export NODE_OPTIONS=--max_old_space_size=4096
|
||||
export RELEASE_VERSION=$(node -e "const fs = require('fs'); let p = fs.readFileSync('package.json'); console.log(JSON.parse(p).version);")
|
||||
yarn ng build --configuration=production --base-href /static/web-ui/
|
||||
|
Loading…
x
Reference in New Issue
Block a user