From a7523c7a45242f300468e694808269c24907253d Mon Sep 17 00:00:00 2001 From: stephwang Date: Fri, 23 Oct 2020 12:48:02 -0400 Subject: [PATCH] chore(ci): fix typo in restrict presubmit samples ITs to only snapshot --- synthtool/gcp/templates/java_library/.kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/.kokoro/build.sh b/synthtool/gcp/templates/java_library/.kokoro/build.sh index a00da5873..7a2547f4c 100755 --- a/synthtool/gcp/templates/java_library/.kokoro/build.sh +++ b/synthtool/gcp/templates/java_library/.kokoro/build.sh @@ -78,7 +78,7 @@ samples) if [[ -f ${SAMPLES_DIR}/pom.xml ]] then - pushd {SAMPLES_DIR} + pushd ${SAMPLES_DIR} mvn -B \ -Penable-samples \ -DtrimStackTrace=false \