Skip to content

Commit

Permalink
Forcing installer version to just be M.M.P version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Gaitonde committed Jun 19, 2014
1 parent ac217eb commit af11b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-installers
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOT_DIR=$(pwd)
OUT_DIR=${ROOT_DIR}/out
RELEASE_DIR=${ROOT_DIR}/release
INSTALLERS_DIR=${ROOT_DIR}/installers
VERSION=$(${OUT_DIR}/cf-linux-amd64 -v | cut -d' ' -f 3)
VERSION=$(${OUT_DIR}/cf-linux-amd64 -v | cut -d' ' -f 3 | cut -d'-' -f 1)

echo "building windows-386 installer"
(
Expand Down

0 comments on commit af11b1b

Please sign in to comment.