🚧 💚 Fix release build

This commit is contained in:
mathieu.brunot
2019-02-15 18:52:02 +01:00
parent c9cf540d8e
commit 7324592f1f
3 changed files with 11 additions and 8 deletions

View File

@@ -23,10 +23,12 @@ before_script:
- env | sort
script:
- ./frontend/scripts/build-tests
- cd ./frontend
- ./scripts/build-tests
- nvm install $NODE_VERSION
- node --version
- node ./frontend/out/tests.js
- node ./out/tests.js
- cd ..
- ./manage.sh release-local
- ./manage.sh release-docker
@@ -39,3 +41,4 @@ notifications:
env:
- NODE_VERSION=7.7.1
- NODE_VERSION=10.15.1