fix bad build
This commit is contained in:
parent
9cca58757e
commit
e94cc6bc75
|
|
@ -57,7 +57,7 @@ pipelines:
|
|||
- popd
|
||||
- pushd jam-ui/cicd
|
||||
- npm install
|
||||
- NODE_ENV=production ENVIRONMENT=staging ./generate.sh
|
||||
- NODE_ENV=production ENVIRONMENT=production ./generate.sh
|
||||
- popd
|
||||
- cd jam-ui
|
||||
- NODE_ENV=production CI=false REACT_APP_ORIGIN=jamkazam.com REACT_APP_CLIENT_BASE_URL=https://www.jamkazam.com REACT_APP_API_BASE_URL=https://www.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT npm run build
|
||||
|
|
|
|||
Loading…
Reference in New Issue