CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

[semver:patch] upgrade orb-tool to fix check-env-var-param issue #32

Closed ganezasan closed 3 years ago

ganezasan commented 3 years ago

Checklist

Motivation, issues

orb-tools/check-env-var-param command doesn't properly work at the current orb version, and it doesn't ensure all the environment variables exist. This issue has fixed in a newer version. So I'll update orb-tools version 8.26.0 to 9.3.1, so the following PR has applied and fixed the issue.

https://github.com/CircleCI-Public/orb-tools-orb/pull/74

Description

Here is the test to confirm the newer verison of orb-tools ensure all the environment valiables exist.

https://app.circleci.com/pipelines/github/ganezasan/circleci-sandbox/3550/workflows/c51b24fe-578d-40e7-9644-18ff835adaab/jobs/8519

gmemstr commented 3 years ago

This orb is due a rework, but I think this upgrade is good to at least bring it inline with the CircleCI config.