fix: Download deps before running ping task
This commit is contained in:
parent
8da1e7b275
commit
f08f553f84
1 changed files with 4 additions and 0 deletions
|
@ -27,4 +27,8 @@ ping:
|
|||
needs:
|
||||
- "wait"
|
||||
script:
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get
|
||||
- mix compile
|
||||
- mix pre_dot_hn.ping
|
||||
|
|
Loading…
Reference in a new issue