Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from amreo/master
Browse files Browse the repository at this point in the history
Fixed version calculation
  • Loading branch information
amreo authored Sep 3, 2019
2 parents cf692bf + 5c47f3e commit 5e1b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrix:

before_install:
- sudo docker pull ${PACKAGE_BUILD_IMAGE}
- if [ -z ${TRAVIS_TAG} ] || [ ${TRAVIS_TAG} == *-* ]; then export VERSION=latest; else export VERSION=${TRAVIS_TAG}; fi
- if [ -z ${TRAVIS_TAG} ] || [[ ${TRAVIS_TAG} == *-* ]]; then export VERSION=latest; else export VERSION=${TRAVIS_TAG}; fi
- echo ${TRAVIS_TAG}
- echo ${VERSION}

Expand Down

0 comments on commit 5e1b4c0

Please sign in to comment.