Commit acb3e39d authored by brendandburns's avatar brendandburns

Merge pull request #1170 from Ch00k/build-go-verbose

Be a little more verbose while building local go
parents ccfdf140 22ce0022
...@@ -57,6 +57,7 @@ for arg; do ...@@ -57,6 +57,7 @@ for arg; do
fi fi
done done
echo "Building local go components"
# Note that the flags to 'go build' are duplicated in the salt build setup # Note that the flags to 'go build' are duplicated in the salt build setup
# (release/build-release.sh) for our cluster deploy. If we add more command # (release/build-release.sh) for our cluster deploy. If we add more command
# line options to our standard build we'll want to duplicate them there. As we # line options to our standard build we'll want to duplicate them there. As we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment