Skip to content

Commit ca2d2c4

Browse files
authored
Update cloudbuild.yaml
1 parent db4cf92 commit ca2d2c4

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
@@ -16,9 +16,6 @@ steps:
1616
- id: run-tests
1717
name: python:3.10
1818
entrypoint: nox
19-
args:
20-
- -s
21-
- "system-3.10"
2219
env:
2320
- 'MYSQL_CONNECTION_NAME=${_MYSQL_CONNECTION_NAME}'
2421
- 'MYSQL_USER=${_MYSQL_USER}'
@@ -39,6 +36,9 @@ steps:
3936
- 'SQLSERVER_USER=${_SQLSERVER_USER}'
4037
- 'SQLSERVER_PASS=${_SQLSERVER_PASS}'
4138
- 'SQLSERVER_DB=${_SQLSERVER_DB}'
39+
args:
40+
- -s
41+
- "system-3.10"
4242
availableSecrets:
4343
secretManager:
4444
- versionName: 'projects/$PROJECT_ID/secrets/MYSQL_CONNECTION_NAME/versions/latest'

0 commit comments

Comments
 (0)