We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f470ec commit 2a18d32Copy full SHA for 2a18d32
Tools/CI/run_cmb_service.sh
@@ -93,14 +93,7 @@ fi
93
export PROTOC="/usr/bin/protoc"
94
95
# Use the PROTOC env var to see if it is correct by getting the protoc version
96
-try $PROTOC/protoc --version
97
-
98
-# If that failed, then the path is incorrect. Try using the next possible path
99
-if $ThrewError; then
100
-export PROTOC="/usr/bin"
101
-# Use the PROTOC env var to see if it is correct by getting the protoc version
102
103
-fi
+try $PROTOC --version
104
105
if $ThrewError; then
106
echo "Failed to properly run protoc!"
0 commit comments