hex
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 11 Jun 2022 16:44:12 +0000 (17:44 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 11 Jun 2022 16:44:12 +0000 (17:44 +0100)
.woodpecker/.release.yml

index bf453cf632c43565693984d6d8397526b8e40af0..99a4d147fbfdd75227dc27dac24a094154eccaf8 100644 (file)
@@ -19,6 +19,8 @@ pipeline:
       - chmod +x scaleway-cli
       - ./scaleway-cli object config install type=rclone
       - echo "import Mix.Config" > config/prod.secret.exs
+      - mix local.hex --force
+      - mix local.rebar --force
       - mix deps.get --only prod
       - mkdir release
       - export PLEROMA_BUILD_BRANCH=$CI_COMMIT_BRANCH