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 run angular test using Cloud Build?
I use out-of-the-box Angular testing framework: Jasmine and karma for Unit Test and GCP Cloud Build to deploy the app. However, there is a problem in testing because there is no Chrome installed for t...

Cupid Chan
Votes: 0
Answers: 1
The code changes happening on cloud build(deployment) is not reflecting in repository
I'm using Cloud Build to deploy automatically during code push(Bitbucket). I'm changing the versions on prebuild which has a script to increase the number on JSON file.
The changes are not reflected o...
Falcon
Votes: 0
Answers: 0
Pass firebase private key from secret manager to cloud build container
I am building a golang application which uses the firebase admin sdk on cloud build . I created the private key(json file) and stored it in secret manager . I am declaring in my Docker file an ARG GO...

jcromanu
Votes: 0
Answers: 1
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