WIP: speed-up drone #272

Draft
simon wants to merge 4 commits from speed-up-drone into main
Showing only changes of commit 2bdf7f6f72 - Show all commits

View file

@ -42,8 +42,9 @@ steps:
HEX_HOME: ./.hex-cache
MIX_HOME: ./.hex-cache
commands:
# Install hex package manager (uses cached .hex-cache if available)
# Install hex and rebar (uses cached .hex-cache if available)
- mix local.hex --force
- mix local.rebar --force
# Fetch dependencies
- mix deps.get