Skip to content

Commit

Permalink
(TravisCI) Point upload bucket to oae-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisser committed Mar 10, 2014
1 parent 74be7cd commit 24bee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/travis-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXPECTED_PULL_REQUEST=false

function package_and_upload {
rm -rf target
bin/package -su --upload-bucket=oae-releases-travis
bin/package -su --upload-bucket=oae-releases --upload-region=us-east-1
}

if [[ "$TRAVIS_REPO_SLUG" == "$EXPECTED_REPOSITORY" && "$TRAVIS_BRANCH" == "$EXPECTED_BRANCH" && "$TRAVIS_PULL_REQUEST" == "$EXPECTED_PULL_REQUEST" ]]; then
Expand Down

0 comments on commit 24bee63

Please sign in to comment.