Skip to content

Commit 6f919a3

Browse files
committed
skip cleanup before deployment in travis
1 parent 57c11ee commit 6f919a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ install:
1010
script:
1111
- RACK_ENV=production bundle exec rake war
1212
before_deploy:
13-
- chmod +r activeadmin-demo.war
1413
- export RELEASE_WAR_FILE=$(ls activeadmin-demo.war)
1514
- echo "deploying $RELEASE_WAR_FILE to GitHub releases"
1615
deploy:
1716
provider: releases
17+
skip_cleanup: true
1818
api_key:
1919
secure: GeYGzycBHlIPWAcG+xt90fs/hqWxYVkpodm1aEL6Wkk4M6TXC7CQPtjOaBR2jQ/joIJ7xKYnYfcIqk1mg/97hnJTsDWQBG2PyFpCRrZVGRf85LZ1EQ4PVfkQFgcnYxhHmknJbQ1OWOMg4ylHsAl31lmTN2wmAyBrIizpBdlTilY=
2020
file: "${RELEASE_WAR_FILE}"

0 commit comments

Comments
 (0)