archive historical stable builds #76

Merged
floatingghost merged 10 commits from historial-builds into develop 2022-07-15 13:52:01 +00:00
Showing only changes of commit f3d6665ae5 - Show all commits

View file

@ -35,7 +35,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