Skip to content

Commit

Permalink
Addressing outdated dpkg in Travis (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma authored and PhilippeKhalife committed Aug 9, 2019
1 parent a37257f commit b7532ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ before_install:
- export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
- echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
- curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
- sudo apt-get update && sudo apt-get install google-cloud-sdk
- sudo apt-get clean
- sudo apt-get update
- sudo apt-get install dpkg
- sudo apt-get install google-cloud-sdk
- sudo apt-get install kubectl
- sudo apt-get install jq
- echo $GCP_KEY_FILE | base64 -d > ./keyfile
Expand Down

0 comments on commit b7532ce

Please sign in to comment.