fix permissions

This commit is contained in:
Eugenio Romano
2019-08-29 08:21:56 +01:00
parent c35fee473b
commit 64cecaa125

6
scripts/travis/release/release.sh Normal file → Executable file
View File

@@ -1,3 +1,9 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../
if [[ $TRAVIS_BRANCH == "development" ]];
then
./scripts/update-version.sh -gnu -nextalpha || exit 1;