Skip to content

Commit

Permalink
bust the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Menninger committed Oct 2, 2020
1 parent 43bd6b7 commit eadb196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ task:
LANG: 'en_US.utf8'
mix_cache:
folder: deps
fingerprint_script: cat mix.lock
fingerprint_script:
- echo $CIRRUS_OS
- cat mix.lock
populate_script: |
mix local.hex --if-missing --force
mix local.rebar --force
Expand Down

0 comments on commit eadb196

Please sign in to comment.