Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Add sudo apt-get update to circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Aug 17, 2015
1 parent 181ce4c commit d220542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
docker save weaveworks/weave-build >$WEAVE_BUILD;
fi
post:
- sudo apt-get update
- sudo apt-get install bc
- pip install requests
- curl https://sdk.cloud.google.com | bash
Expand Down

0 comments on commit d220542

Please sign in to comment.