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:
parent
026150ff7a
commit
609f09a312
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ before_script:
|
|||
- env | sort
|
||||
|
||||
script:
|
||||
- manager.sh run
|
||||
- ls -l
|
||||
- ./manager.sh run
|
||||
|
||||
after_script:
|
||||
- docker images
|
||||
|
|
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue