Skip to content

Commit 393b114

Browse files
committed
chore: update ${_VERSION} use
1 parent 698ef0b commit 393b114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cl/cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- id: run integration tests {_VERSION}
17-
name: python:{_VERSION}
16+
- id: run integration tests ${_VERSION}
17+
name: python:${_VERSION}
1818
entrypoint: bash
1919
env:
2020
- "IP_TYPE=private"
@@ -23,7 +23,7 @@ steps:
2323
- "-c"
2424
- |
2525
pip install nox
26-
nox -s system-{_VERSION}
26+
nox -s system-${_VERSION}
2727
waitFor: ["-"]
2828
availableSecrets:
2929
secretManager:

0 commit comments

Comments
 (0)