We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a34430 commit 4d79ff9Copy full SHA for 4d79ff9
1 file changed
.travis.yml
@@ -14,8 +14,7 @@ deploy:
14
provider: script
15
script:
16
- make release || travis_terminate 1
17
- - aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate
18
- 1
+ - aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate 1
19
skip_cleanup: true
20
on:
21
tags: true
0 commit comments