Fixed travis config

This commit is contained in:
Lukas Metzger 2018-08-27 14:12:14 +02:00
parent 3aedfbac4b
commit df99f5e237
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
if test $TRAVIS_TAG
then
utils/make-package.sh pdnsmanager-$TRAVIS_TAG
utils/make-package.sh pdnsmanager-${TRAVIS_TAG:1}
utils/make-package.sh pdnsmanager-$TRAVIS_COMMIT
else
utils/make-package.sh pdnsmanager-$TRAVIS_COMMIT

View file

@ -1,3 +1,3 @@
#!/bin/bash
curl -F "file=@pdnsmanager-$TRAVIS_TAG.tar.gz" -u "travis:$UPLOAD_PASS" 'https://upload.pdnsmanager.org/?action=release'
curl -F "file=@pdnsmanager-${TRAVIS_TAG:1}.tar.gz" -u "travis:$UPLOAD_PASS" 'https://upload.pdnsmanager.org/?action=release'