diff --git a/.circleci/config.yml b/.circleci/config.yml index c33e704..394244d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,7 @@ workflows: - orb-tools/pack: filters: *filters - orb-tools/review: + exclude: RC005,RC006 # Our repository is not a public at the moment. filters: *filters - shellcheck/check: filters: *filters diff --git a/src/@orb.yml b/src/@orb.yml index 91c3fba..b9d844c 100755 --- a/src/@orb.yml +++ b/src/@orb.yml @@ -1,13 +1,13 @@ version: 2.1 description: > - Sample orb description + CircleCI Orb for Atlas # What will your orb allow users to accomplish? # Descriptions should be short, simple, and informative. # This information will be displayed in the orb registry and is not mandatory. display: - home_url: "https://www.example.com/docs" + home_url: "https://atlasgo.io/getting-started" source_url: "https://github.com/ariga/atlas-orb" # If your orb requires other orbs, you can import them like this. Otherwise remove the "orbs" stanza.