Skip to content

Commit

Permalink
post deploy work started
Browse files Browse the repository at this point in the history
  • Loading branch information
grperry authored and grperry committed Jul 11, 2017
1 parent 874959d commit cc68a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,6 @@ jdk:
deploy:
provider: s3
access_key_id: "AKIAJ6CQ5PPESWGSKNXA"
# secret_access_key: "F+1ZgdpsglJR2LLWmldJxFLJVXgW2OSlAD6qJ972Wnq2e7DoGbdAY9thmhbeGwjK0aSB0ghzrrERbIQEujbrH+76b7rq1yAf6XxFHcl4svQWslfC8HJIMjyQZgUoW8+e+p9cm17Hlcv0p3LtgO/o1agJK32k0A1SApmIDa9DzG0="
secret_access_key: $AWS_SECRET_KEY
bucket: "mrl-bucket-02"
skip_cleanup: true
Expand All @@ -21,6 +20,11 @@ deploy:
on:
all_branches: true

after_deploy:
- pwd
- ls
- if [ ! -f "fail.txt" ]; then travis_terminate 1; fi

env:
global:
- secure: CPq2oomYvrYnhzd+H4HU2T0NfjGO48MvlJ/UWqvrD4j6IXIe2ybrwRWSJfcfbFgZA5csHBEF2VNDgZlGhDV5aSVyBVkqBM4LfhvGVZo31Z2QhFVm5pTV45LRaiqSLCi74RgJEsFJ9viW+MROoKtMbFzvP3kVqWm4VaAWJK5c4cA=
Expand Down

0 comments on commit cc68a81

Please sign in to comment.