0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 22:31:50 -05:00

🚧 Fix lein install command

This commit is contained in:
mathieu.brunot 2019-02-15 17:42:58 +01:00
parent 44f9538819
commit a984a2795d
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -16,11 +16,17 @@ branches:
- wip
- develop
install:
- ./manage.sh build
before_script:
- env | sort
script:
- ./manage.sh build
- ./scripts/build-tests
- nvm install $NODE_VERSION
- node --version
- node out/tests.js
- ./manage.sh release-local
- ./manage.sh release-docker
@ -31,5 +37,5 @@ after_script:
notifications:
email: false
env: # Environments
- VERSION=beta
env:
- NODE_VERSION=10.15.1