CircleCI-Public / gcp-cloud-run-orb

Deploy to Google Cloud Run using this orb from CircleCI
https://circleci.com/orbs/registry/orb/circleci/gcp-cloud-run
MIT License
2 stars 7 forks source link

Fixed passing args to deploy #6

Closed andersulf closed 4 years ago

andersulf commented 4 years ago

Deploy step did not pass args to gcloud run command. Solves issue #5

KyleTryon commented 4 years ago

@andersulf The change has been added but there is another blocking issue that needs to be corrected before we can update the orb. This orb is still using an older version of our publishing pipeline. We will update this ASAP.

Though the failure to publish this orb was actually for a slightly different reason: https://app.circleci.com/pipelines/github/CircleCI-Public/gcp-cloud-run-orb/152/workflows/424fc35b-be99-47e3-a7d6-e6f2bff376fc/jobs/417

The change is good 👍 we will clear this up.

hege-aliz commented 4 years ago

Hello, Is there any chance that this fix is going to be released to the official orb sometime in the near future?