Skip to content

Commit

Permalink
Include 'v' prefix in bintray version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 12, 2019
1 parent fbbf1da commit b761d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions scripts/publish-deb.sh
Expand Up @@ -22,10 +22,6 @@ fi

getVersion () {
VERSION=$(git describe);
if [ "${VERSION:0:1}" == "v" ]
then
VERSION="${VERSION:1}"
fi
}

setUploadDirPath () {
Expand Down
4 changes: 0 additions & 4 deletions scripts/publish-rpm.sh
Expand Up @@ -20,10 +20,6 @@ fi

getVersion () {
VERSION=$(git describe);
if [ "${VERSION:0:1}" == "v" ]
then
VERSION="${VERSION:1}"
fi
}

listRpmArtifacts() {
Expand Down

0 comments on commit b761d03

Please sign in to comment.