Skip to content

Commit

Permalink
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (
Browse files Browse the repository at this point in the history
#826)

Fixes below error in Java repos when #804 was merged:
```
github/java-bigquerystorage/.kokoro/build.sh: line 81: pushd: {SAMPLES_DIR}: No such file or directory
```

Thanks @kolea2 for spotting this in Fusion build logs.

cc @chingor13
  • Loading branch information
stephaniewang526 authored Oct 26, 2020
1 parent 89c849b commit f68649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ samples)

if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
pushd {SAMPLES_DIR}
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
-DtrimStackTrace=false \
Expand Down

0 comments on commit f68649c

Please sign in to comment.