https://pulumi.com logo
Title
m

many-pencil-56466

06/03/2020, 11:11 PM
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
gcloud builds submit --tag <http://gcr.io/${GCP_PROJECT}/${APP}|gcr.io/${GCP_PROJECT}/${APP}> --project=${GCP_PROJECT}
gcloud command
g

gentle-diamond-70147

06/10/2020, 9:56 PM
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

many-pencil-56466

06/10/2020, 10:28 PM
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