stop pre-processing
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
This commit is contained in:
parent
10c80ab7a4
commit
f3d6665ae5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pipeline:
|
||||||
- echo "import Mix.Config" > config/prod.secret.exs
|
- echo "import Mix.Config" > config/prod.secret.exs
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix local.rebar --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
|
- export PLEROMA_BUILD_BRANCH=$BUILD_TAG
|
||||||
- mix deps.clean --all
|
- mix deps.clean --all
|
||||||
- mix deps.get --only prod
|
- mix deps.get --only prod
|
||||||
|
|
Loading…
Reference in a new issue