Skip to content

Commit

Permalink
Get version from 32bit binary, since the agent is 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
drich10 committed Oct 13, 2014
1 parent 26c02a7 commit 8f7ff83
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 | cut -d'-' -f 1)
VERSION=$(${OUT_DIR}/cf-linux-386 -v | cut -d' ' -f 3 | cut -d'-' -f 1)

echo "building windows-386 installer"
(
Expand Down

0 comments on commit 8f7ff83

Please sign in to comment.