release on docker-build
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/release Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-07-17 20:12:08 +01:00
parent 1d5c6aeaf2
commit 8cb3a5216b
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ variables:
- stable
- refs/tags/v*
- refs/tags/stable-*
- docker-build
- &tag-build 'export BUILD_TAG=$${CI_COMMIT_TAG:-"$CI_COMMIT_BRANCH"} && export PLEROMA_BUILD_BRANCH=$BUILD_TAG'
- &clean "(rm -rf release || true) && (rm -rf _build || true) && (rm -rf /root/.mix) && (rm scaleway-cli || true) && (mix deps.clean --all)"