Skip to content

Commit 42758f5

Browse files
committed
download silta-cli from cdn
1 parent 2bf4726 commit 42758f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
mkdir -p ~/.local/bin
3535
3636
# Latest tagged release
37-
latest_release_url=$(curl -s https://api.github.com/repos/wunderio/silta-cli/releases/latest | jq -r '.assets[] | .browser_download_url | select(endswith("linux-amd64.tar.gz"))')
37+
curl -sL https://silta-cli.wdr.io/releases/latest/silta-latest-linux-amd64.tar.gz | tar xz -C ~/.local/bin
3838
3939
silta version
4040
- name: Helm and repository setup

0 commit comments

Comments
 (0)