We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cf92 commit ca2d2c4Copy full SHA for ca2d2c4
.cl/cloudbuild.yaml
@@ -16,9 +16,6 @@ steps:
16
- id: run-tests
17
name: python:3.10
18
entrypoint: nox
19
- args:
20
- - -s
21
- - "system-3.10"
22
env:
23
- 'MYSQL_CONNECTION_NAME=${_MYSQL_CONNECTION_NAME}'
24
- 'MYSQL_USER=${_MYSQL_USER}'
@@ -39,6 +36,9 @@ steps:
39
36
- 'SQLSERVER_USER=${_SQLSERVER_USER}'
40
37
- 'SQLSERVER_PASS=${_SQLSERVER_PASS}'
41
38
- 'SQLSERVER_DB=${_SQLSERVER_DB}'
+ args:
+ - -s
+ - "system-3.10"
42
availableSecrets:
43
secretManager:
44
- versionName: 'projects/$PROJECT_ID/secrets/MYSQL_CONNECTION_NAME/versions/latest'
0 commit comments