Skip to content

Commit

Permalink
validate-private-orbs: split cases (#82)
Browse files Browse the repository at this point in the history
* validate-private-orbs: split cases

* validate-private-orbs: fix parameter name

* validate-private-orbs: Even simpler: these items are required anyway

* validate-private-orbs: test alpha

* validate-private-orbs: fix org slug

* validate-private-orbs: test new alpha

* validate-private-orbs: fix renovate path

---------

Co-authored-by: Emma Doyle <[email protected]>
  • Loading branch information
emmeowzing and Emma Doyle authored Jul 1, 2023
1 parent 986e9a2 commit a6fe129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageRules": [
{
"matchDatasources": ["orb"],
"fileMatch": ["^.config/.*\\.yml$"]
"fileMatch": ["^.circleci/.*\\.yml$"]
}
]
}
3 changes: 2 additions & 1 deletion src/jobs/continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ parameters:
description: A script to run after checkout and before any continuation logic. Script should have a shebang and executable.
type: string
default: ''

# CircleCI CLI orb.
circleci-cli-version:
description: Version of the CircleCI CLI to install. (Cf. https://github.com/CircleCI-Public/circleci-cli/releases.)
Expand Down Expand Up @@ -176,7 +177,7 @@ steps:
- run:
name: Validate
command: |
circleci config validate << parameters.continue-config >>
circleci config validate << parameters.continue-config >> --org-slug <<parameters.project-type >>/<< parameters.circle-organization >> --token << parameters.circle-token >>
- continuation/continue:
configuration_path: << parameters.continue-config >>
parameters: << parameters.parameters >>
Expand Down

0 comments on commit a6fe129

Please sign in to comment.