0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

👷 Fix release backend and CI call to helper

This commit is contained in:
mathieu.brunot 2018-11-25 13:34:33 +01:00
parent 026150ff7a
commit 609f09a312
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,8 @@ before_script:
- env | sort
script:
- manager.sh run
- ls -l
- ./manager.sh run
after_script:
- docker images

View file

@ -41,7 +41,7 @@ function release_image {
cd ../backend
rm -rf ./dist
./scripts/dist
./scripts/dist.sh
echo "Backend release generated in $(pwd)/dist"
cd ..