Skip to content

Commit c79d598

Browse files
committed
Fix Travis tar spk command
Signed-off-by: cniweb <c-n-i@web.de>
1 parent ab36f1b commit c79d598

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
@@ -5,7 +5,7 @@ dist: trusty
55
script:
66
- export FILE_NAME=openHAB-$TRAVIS_BRANCH-syno-noarch-0.001.spk
77
- echo $FILE_NAME
8-
- tar cvfz $FILE_NAME * --exclude=*.md --exclude=.travis.*
8+
- tar cf $FILE_NAME * --exclude=*.md --exclude=.travis.*
99

1010
deploy:
1111
skip_cleanup: true

0 commit comments

Comments
 (0)