Cloud Build: Improve quotes.
This commit is contained in:
parent
5263945e05
commit
b8ef8c1f5a
1 changed files with 2 additions and 2 deletions
|
@ -19,5 +19,5 @@ steps:
|
|||
&& make release
|
||||
substitutions:
|
||||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: "main"
|
||||
_PULL_BASE_SHA: '12345'
|
||||
_PULL_BASE_REF: main
|
||||
_PULL_BASE_SHA: "12345"
|
||||
|
|
Loading…
Reference in a new issue