Skip to content

Commit

Permalink
chore: remove extra awscli option
Browse files Browse the repository at this point in the history
  • Loading branch information
danil committed Jul 20, 2016
1 parent 5e9db23 commit 0022a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ after_success: |
AWS_DEFAULT_REGION=us-west-1 \
AWS_SECRET_ACCESS_KEY=$BUILD_AWS_SECRET_ACCESS_KEY \
AWS_ACCESS_KEY_ID=$BUILD_AWS_ACCESS_KEY_ID \
aws s3 cp --recursive --follow-symlinks \
$TRAVIS_BUILD_DIR/build s3://fhirbase
aws s3 cp --recursive $TRAVIS_BUILD_DIR/build s3://fhirbase
fi
if [ "$PLV8_VERSION" == "1.4.7" ] && [ ! -z "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo $PASS | gpg --passphrase-fd 0 --decrypt --output - ./secure.tar.gz.asc \
Expand Down

0 comments on commit 0022a83

Please sign in to comment.