Skip to content

Commit

Permalink
Fix Travis tar spk command
Browse files Browse the repository at this point in the history
Signed-off-by: cniweb <[email protected]>
  • Loading branch information
cniweb committed Dec 16, 2019
1 parent ab36f1b commit c79d598
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 @@ -5,7 +5,7 @@ dist: trusty
script:
- export FILE_NAME=openHAB-$TRAVIS_BRANCH-syno-noarch-0.001.spk
- echo $FILE_NAME
- tar cvfz $FILE_NAME * --exclude=*.md --exclude=.travis.*
- tar cf $FILE_NAME * --exclude=*.md --exclude=.travis.*

deploy:
skip_cleanup: true
Expand Down

0 comments on commit c79d598

Please sign in to comment.