mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 07:01:25 -03:00
fix(ci): use clustertool BETA for CI
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="1.0.4"
|
||||
VERSION="2.0.0-BETA-4"
|
||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||
|
||||
|
||||
2
.github/workflows/daily.yaml
vendored
2
.github/workflows/daily.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="1.0.4"
|
||||
VERSION="2.0.0-BETA-4"
|
||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user