fix substitution
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
parent
f3d6665ae5
commit
98581002f4
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ pipeline:
|
|||
event:
|
||||
- tag
|
||||
branch:
|
||||
- develop
|
||||
- stable
|
||||
- refs/tags/v*
|
||||
- refs/tags/test-*
|
||||
secrets:
|
||||
- SCW_ACCESS_KEY
|
||||
|
@ -35,7 +38,7 @@ pipeline:
|
|||
- echo "import Mix.Config" > config/prod.secret.exs
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- export BUILD_TAG=$${$CI_COMMIT_TAG:-$CI_COMMIT_BRANCH}
|
||||
- export BUILD_TAG=$${CI_COMMIT_TAG:-"$CI_COMMIT_BRANCH"}
|
||||
- export PLEROMA_BUILD_BRANCH=$BUILD_TAG
|
||||
- mix deps.clean --all
|
||||
- mix deps.get --only prod
|
||||
|
|
Loading…
Reference in a new issue