Cloud Build: Improve quotes.
This commit is contained in:
parent
b2d9c84779
commit
4e897bc4ea
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