Skip to content

Commit

Permalink
skip the cache when installing from apk
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Mar 31, 2017
1 parent 7c76252 commit b5d0809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- run:
name: Install Git
command: apk add bash git
command: apk add --no-cache bash git
- checkout

- run:
Expand Down

0 comments on commit b5d0809

Please sign in to comment.