Skip to content

Commit

Permalink
Add a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dh4 committed Sep 15, 2015
1 parent 7a7bf5a commit de2dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export WORKING_DIR=$HOME/build/dh4

if [[ $1 == 'package' ]]; then
VERSION=$(echo $TRAVIS_TAG | sed -e 's/v//g')
VERSION=$(echo $TRAVIS_TAG | sed -e 's/v//g' -e 's/-alpha//g')
[[ -z $VERSION ]] && VERSION='git-latest'
export VERSION=$VERSION
fi
Expand Down

0 comments on commit de2dedd

Please sign in to comment.