diff --git a/.circleci/config.yml b/.circleci/config.yml index fa7be0c..46613bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,6 @@ version: 2.1 orbs: # Replace this with your own! - firecracker-orb: firecracker/firecracker-orb@<> orb-tools: circleci/orb-tools@10.0 bats: circleci/bats@1.0 shellcheck: circleci/shellcheck@2.0 @@ -32,7 +31,6 @@ jobs: # "greet" is a sample command packaged with this orb config. # This sample integration test will run as long as the greet command exists. Once you remove the greet command you should remove this line. # Push new changes first, before adding new tests to your config. - - firecracker-orb/greet workflows: # Prior to producing a development orb (which requires credentials) basic validation, linting, and even unit testing can be performed. diff --git a/README.md b/README.md index aa7ca73..7e6dfbf 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,6 @@ Example: `[semver:major]` * On merge, after manual approval, the orb will automatically be published to the Orb Registry. + For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).