Skip to content

Commit f920afd

Browse files
authored
travis: fix aws config condition
Close #3113
1 parent 3e97886 commit f920afd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/ci/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ $scriptdir/retry.sh pip install .[all,tests]
1414
git config --global user.email "dvctester@example.com"
1515
git config --global user.name "DVC Tester"
1616

17-
if [[ "$TRAVIS_PULL_REQUEST" == "false" && \
18-
"$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
17+
if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then
1918
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
2019
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
2120
aws configure set region us-east-2

0 commit comments

Comments
 (0)