Skip to content

Commit 3cf8426

Browse files
committed
chore: update python reference variables
1 parent f9ba6e7 commit 3cf8426

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.cl/cloudbuild.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
steps:
1616
- id: run integration tests for python version 3.9
17-
name: python:${_PYTHON_3.9}
17+
name: python:${_PYTHON_3_9}
1818
entrypoint: bash
1919
env:
2020
- "IP_TYPE=private"
@@ -23,10 +23,10 @@ steps:
2323
- "-c"
2424
- |
2525
pip install nox
26-
nox -s system-${_PYTHON_3.9}
26+
nox -s system-${_PYTHON_3_9}
2727
waitFor: ["-"]
2828
- id: run integration tests for python version 3.13
29-
name: python:${_PYTHON_3.13}
29+
name: python:${_PYTHON_3_13}
3030
entrypoint: bash
3131
env:
3232
- "IP_TYPE=private"
@@ -35,7 +35,7 @@ steps:
3535
- "-c"
3636
- |
3737
pip install nox
38-
nox -s system-${_PYTHON_3.13}
38+
nox -s system-${_PYTHON_3_13}
3939
waitFor: ["-"]
4040
availableSecrets:
4141
secretManager:
@@ -78,8 +78,8 @@ availableSecrets:
7878
- versionName: 'projects/$PROJECT_ID/secrets/SQLSERVER_DB/versions/latest'
7979
env: 'SQLSERVER_DB'
8080
substitutions:
81-
_PYTHON_3.13: '3.13'
82-
_PYTHON_3.9: '3.9'
81+
_PYTHON_3_13: '3.13'
82+
_PYTHON_3_9: '3.9'
8383

8484
options:
8585
dynamicSubstitutions: true

0 commit comments

Comments
 (0)