Skip to content

Commit

Permalink
Set buildvcs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBenitez99 committed Apr 4, 2022
1 parent 69b957c commit d1abc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cf-redis-broker/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pushd cf-redis-broker
BINARIES=( broker processmonitor configmigrator )
for BINARY in "${BINARIES[@]}"
do
go build -o "$BOSH_INSTALL_TARGET/bin/$BINARY" "./cmd/$BINARY"
GOFLAGS="-buildvcs=false" go build -o "$BOSH_INSTALL_TARGET/bin/$BINARY" "./cmd/$BINARY"
done
popd

0 comments on commit d1abc5c

Please sign in to comment.