Skip to content

Commit

Permalink
Merge pull request #23 from hendrikmolder/config/build-config
Browse files Browse the repository at this point in the history
Update tar cmd
  • Loading branch information
hendrikmolder authored Dec 5, 2018
2 parents f9be3b8 + c932f2b commit 2bd1b68
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 @@ -21,7 +21,7 @@ before_deploy:
- luarocks install --tree lib $(ls -- rockspecs/kalahbot-1.0-*.rockspec | sort -r | head -1) --only-deps
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y-%m-%d')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
- tar czvpf kalahbot-$TRAVIS_TAG.tar.gz --exclude='./logs/*.log' --exclude='*.tar.gz' --exclude='*.out' --exclude='*.jar' .
- tar -czvpf kalahbot-$TRAVIS_TAG.tar.gz --exclude='./logs/*.log' --exclude='*.tar.gz' --exclude='*.out' --exclude='*.jar' .
deploy:
provider: releases
draft: true
Expand Down

0 comments on commit 2bd1b68

Please sign in to comment.