Use `rancher/partner-charts-ci` in CI (#982)

I can merge it now, thanks!
pull/984/head
Adam Pickering 2024-02-29 11:06:25 -07:00 committed by GitHub
parent d461381dc3
commit 2e5914f734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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