Hi, trying out pulumi so far looks pretty neat bu...
# python
m
Hi, trying out pulumi so far looks pretty neat but stuck at some seemingly obvious problem. Is it possible to do the below in pulumi, i tried using trigger nd this is what i have
Copy code
gcloud builds submit --tag <http://gcr.io/${GCP_PROJECT}/${APP}|gcr.io/${GCP_PROJECT}/${APP}> --project=${GCP_PROJECT}
gcloud command
g
Hi Sarath, can you elaborate on this a bit?
gcloud builds submit ...
is to actually kick off a build - so are you trying to configure the build trigger or actually submit a build?
m
I am trying to submit a build, ie requesting gcp to build for me for the given code.
This would not be the use case in production mostly, i am currently trying out possibilities with pulumi
This problem I sort of solved using the
docker
package