Skip to content

Commit

Permalink
Copy result file to current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Aug 26, 2019
1 parent 080c9c7 commit 6c25def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- docker push alephdeveloper/rocketchat-notification:${TRAVIS_BUILD_NUMBER}
- docker push alephdeveloper/rocketchat-notification:latest
- id=$(docker create alephdeveloper/rocketchat-notification:${TRAVIS_BUILD_NUMBER})
- docker cp ${id}:/usr/bin/rocketchat-notification - > rocketchat-notification
- docker cp ${id}:/usr/bin/rocketchat-notification .
- docker rm -v ${id}

deploy:
Expand Down

0 comments on commit 6c25def

Please sign in to comment.