Skip to content

Commit

Permalink
using cat instead of move to give better access
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Jan 8, 2017
1 parent afd0334 commit 837f3c6
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 @@ -10,7 +10,7 @@ script:
before_deploy:
# see the image's name
- echo *.iso
- mv *.iso /home/travis/meilix-xenial-i386.iso
- cat *.iso > /home/travis/meilix-xenial-i386.iso

notifications:
slack: fossasia:3pMkQrSogvEMfnu9aJDW2ZYC
Expand Down

0 comments on commit 837f3c6

Please sign in to comment.