mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
👷 Fix release backend and CI call to helper
This commit is contained in:
parent
026150ff7a
commit
609f09a312
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- manager.sh run
|
- ls -l
|
||||||
|
- ./manager.sh run
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- docker images
|
- docker images
|
||||||
|
|
|
@ -41,7 +41,7 @@ function release_image {
|
||||||
|
|
||||||
cd ../backend
|
cd ../backend
|
||||||
rm -rf ./dist
|
rm -rf ./dist
|
||||||
./scripts/dist
|
./scripts/dist.sh
|
||||||
echo "Backend release generated in $(pwd)/dist"
|
echo "Backend release generated in $(pwd)/dist"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue