forked from AkkomaGang/akkoma
clean for musl
This commit is contained in:
parent
0ef7f90fd5
commit
987dd2f97a
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ pipeline:
|
||||||
- mix deps.get --only prod
|
- mix deps.get --only prod
|
||||||
- mkdir release
|
- mkdir release
|
||||||
- export PLEROMA_BUILD_BRANCH=develop
|
- export PLEROMA_BUILD_BRANCH=develop
|
||||||
|
- rm -rf release || true
|
||||||
|
- rm -rf _build || true
|
||||||
- mix release --path release
|
- mix release --path release
|
||||||
- zip akkoma-${tag}.zip -r release
|
- zip akkoma-${tag}.zip -r release
|
||||||
- rclone copyto akkoma-${tag}.zip scaleway:akkoma-updates/$CI_COMMIT_BRANCH/akkoma-${tag}.zip
|
- rclone copyto akkoma-${tag}.zip scaleway:akkoma-updates/$CI_COMMIT_BRANCH/akkoma-${tag}.zip
|
||||||
|
|
Loading…
Reference in a new issue