We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc4507 commit cb6d6faCopy full SHA for cb6d6fa
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- openssl aes-256-cbc -K $encrypted_45d1b36fa803_key -iv $encrypted_45d1b36fa803_iv -in credentials.tar.gz.enc -out credentials.tar.gz -d
19
# If the SDK is not already cached, download it and unpack it
20
- if [ ! -d $HOME/google-cloud-sdk ];
21
- curl https://sdk.cloud.google.com | bash
+ curl https://sdk.cloud.google.com | bash;
22
fi
23
- tar -xzf credentials.tar.gz
24
- mkdir -p lib
0 commit comments