Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix broken stern download
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Mar 4, 2024
1 parent df7550d commit 4a67529
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ jobs:
docker load --input node-chrome.tar.gz
- name: Install dependencies
run: |
curl -fLO https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64
chmod +x stern_linux_amd64
sudo mv stern_linux_amd64 /usr/local/bin/stern
curl -fLO https://github.com/stern/stern/releases/download/v1.28.0/stern_1.28.0_linux_amd64.tar.gz
tar xzf stern_1.28.0_linux_amd64.tar.gz
chmod +x stern
sudo mv stern /usr/local/bin/stern
pip install selenium
- name: Start K8s cluster
Expand Down

0 comments on commit 4a67529

Please sign in to comment.