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 3e97886 commit f920afdCopy full SHA for f920afd
scripts/ci/install.sh
@@ -14,8 +14,7 @@ $scriptdir/retry.sh pip install .[all,tests]
14
git config --global user.email "dvctester@example.com"
15
git config --global user.name "DVC Tester"
16
17
-if [[ "$TRAVIS_PULL_REQUEST" == "false" && \
18
- "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
+if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
19
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
20
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
21
aws configure set region us-east-2
0 commit comments