Commit f68649c
authored
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#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 @chingor131 parent 89c849b commit f68649c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments