Skip to content

Commit

Permalink
travis is linux not macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Feb 14, 2018
1 parent 8d56bb3 commit 59c1800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p $RELEASE_DIR
if [[ -n $TRAVIS_TAG ]]; then
echo "Checking if ocdev version was set to the same version as current tag"
# use sed to get only semver part
bin_version=$(${BIN_DIR}/darwin-amd64/ocdev version | sed 's/ .*//g')
bin_version=$(${BIN_DIR}/linux-amd64/ocdev version | sed 's/ .*//g')
if [ "$TRAVIS_TAG" == "v${bin_version}" ]; then
echo "OK: ocdev version output is matching current tag"
else
Expand Down

0 comments on commit 59c1800

Please # to comment.