Minor cleanup + kokoro ubuntu fix (#86)
* tools: Minor clean up of protocol_gen.go * Fix kokoro/ubuntu builds
This commit is contained in:
@@ -22,6 +22,9 @@ set -x # Display commands being run.
|
||||
|
||||
cd github/cppdap
|
||||
|
||||
# Silence "fatal: unsafe repository" errors
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
git submodule update --init
|
||||
|
||||
if [ "$BUILD_SYSTEM" == "cmake" ]; then
|
||||
|
||||
Reference in New Issue
Block a user