python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to perform a "date -v -1m +%Y_%m" in a substitution variable in Cloud Build
I need to get the month and year of the month prior to runtime date in my cloud build yaml file. Try as I may, nothing I do will resolve.
I have seen posts about storing environment variables in /wor...
OldGreg
Votes: 0
Answers: 1
Use $() Operator in Google Cloud Build YAML File
I'm currently building pipeline with Google Cloud Build that has this step
steps:
- name: 'gcr.io/cloud-builders/gcloud'
args:
- 'dataflow'
- 'jobs'
- 'cancel'
- '$(gclou...
fahmiduldul
Votes: 0
Answers: 1
How to retain existing env variables in a new shell
I know I must be doing something silly here, but I'm trying to pass environment variables to a command being run under /bin/sh -c in Cloud Build.
My Cloud Build file looks like this:
- id: db-migrate...
Crash
Votes: 0
Answers: 1