Skip to content

Commit

Permalink
Fix running renovate-config-validator
Browse files Browse the repository at this point in the history
Newer renovate container images place the binary elsewhere, resulting in
this check encountering a file-not-found error.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Jul 31, 2024
1 parent 720ba14 commit 12b7b27
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ cirrus-ci/unit-test_task:
cirrus-ci/renovate_validation_task:
only_if: *not_docs
container:
image: ghcr.io/renovatebot/renovate:latest
env:
RCV: /usr/local/bin/renovate-config-validator
image: "ghcr.io/renovatebot/renovate:latest"
preset_validate_script:
- $RCV $CIRRUS_WORKING_DIR/renovate/defaults.json5
- renovate-config-validator $CIRRUS_WORKING_DIR/renovate/defaults.json5
repo_validate_script:
- $RCV $CIRRUS_WORKING_DIR/.github/renovate.json5
- renovate-config-validator $CIRRUS_WORKING_DIR/.github/renovate.json5

# This is the same setup as used for Buildah CI
gcp_credentials: ENCRYPTED[fc95bcc9f4506a3b0d05537b53b182e104d4d3979eedbf41cf54205be6397ca0bce0831d0d47580cf578dae5776548a5]
Expand Down

0 comments on commit 12b7b27

Please sign in to comment.