Skip to content

Commit

Permalink
Fix cix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed May 2, 2016
1 parent bf682eb commit e470890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cix.sh
Expand Up @@ -5,7 +5,7 @@ echo "Running with SQ=$SQ_VERSION"
JENKINS_VERSION=1.580.3

#deploy the version built by travis
CURRENT_VERSION=`mvn help:evaluate -Dexpression="project.version" | grep -v '^\[\|Download\w\+\:'` | grep -v '\[WARNING\]'`
CURRENT_VERSION=`mvn help:evaluate -Dexpression="project.version" | grep -v '^\[\|Download\w\+\:' | grep -v '\[WARNING\]'`
echo "CURRENT_VERSION=$CURRENT_VERSION"
RELEASE_VERSION=`echo $CURRENT_VERSION | sed "s/-.*//g"`
echo "RELEASE_VERSION=$RELEASE_VERSION"
Expand Down

0 comments on commit e470890

Please sign in to comment.