Open vandr0iy opened 2 years ago
0.1.9
Using a configuration that looks like the following:
orbs: cli: circleci/circleci-cli@0.1.9 jobs: validate_orbs: executor: cli/default steps: - checkout ...
I get this error message in the circleci's own app:
No deprecation messages, obviously :) Please, consider upgrading to cimg/base or adding a new base image with circleci-cli installed
circleci-cli
same. all orbs that use the orb-tools orb consume this, and even with orb-tools v11 will return this warning. ideally this would be a patch level fix to avoid too much downstream updates...
https://github.com/CircleCI-Public/orb-tools-orb/pull/125/files#diff-62d622a5b8fd616573cb271629628f0b96dcc48f68ec81feba0218278dc39654R13
Orb version
0.1.9
What happened
Using a configuration that looks like the following:
I get this error message in the circleci's own app:
Expected behavior
No deprecation messages, obviously :) Please, consider upgrading to cimg/base or adding a new base image with
circleci-cli
installed