We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c0509 commit 184b662Copy full SHA for 184b662
scripts/create_native_image_test_env.sh
@@ -80,7 +80,7 @@ pushd gapic-generator-java
80
SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/project/version/text()' -)
81
echo $SHARED_DEPS_VERSION
82
83
-if [ ! "$(git branch --list $(GRAALVM_BRANCH))" ]
+if [ ! "$(git branch --list "$GRAALVM_BRANCH")" ]
84
then
85
git diff
86
git checkout -b "${GRAALVM_BRANCH}"
0 commit comments