Skip to content

Commit f0df21c

Browse files
authored
Fix typo project name var in latest cloud-build yaml file (#115)
1 parent 8f50ee7 commit f0df21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli_tools_cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ steps:
131131
- 'bash'
132132
- '-c'
133133
- |
134-
GCP_PROJECTS=($_IMAGE_PROJECT_1 _IMAGE_PROJECT_2)
134+
GCP_PROJECTS=($_IMAGE_PROJECT_1 $_IMAGE_PROJECT_2)
135135
136136
REGIONS=()
137137
readarray -t REGIONS < ./supported-regions

0 commit comments

Comments
 (0)