Skip to content

Commit

Permalink
Use rancher/partner-charts-ci in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering committed Feb 27, 2024
1 parent d461381 commit e133f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
CI_TOOLS_URL: https://github.com/samuelattwood/partner-charts-ci/releases/latest/download/partner-charts-ci-linux-amd64
CI_TOOLS_URL: https://github.com/rancher/partner-charts-ci/releases/latest/download/partner-charts-ci-linux-amd64

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions scripts/pull-ci-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

CI_BINARY="partner-charts-ci"
CI_BINARY_URL_BASE="https://github.com/samuelattwood/partner-charts-ci/releases/latest/download"
CI_GIT_REPO="https://github.com/samuelattwood/partner-charts-ci.git"
CI_BINARY_URL_BASE="https://github.com/rancher/partner-charts-ci/releases/latest/download"
CI_GIT_REPO="https://github.com/rancher/partner-charts-ci.git"

mkdir -p bin

Expand Down

0 comments on commit e133f45

Please sign in to comment.