Skip to content

Commit

Permalink
try ls to locate the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Aug 2, 2017
1 parent 16e0fb3 commit 75f5bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
script:
- RACK_ENV=production bundle exec rake war
before_deploy:
- ls
- export RELEASE_WAR_FILE=$(ls activeadmin-demo.war)
- echo "deploying $RELEASE_WAR_FILE to GitHub releases"
deploy:
Expand Down

0 comments on commit 75f5bfc

Please sign in to comment.