Skip to content

Commit

Permalink
Update test.yaml to use wget instead of curl for KSail installation
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Jul 20, 2024
1 parent bce4cb1 commit 553d72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: ⚙️ Install KSail
run: |
echo $PATH
wget -q "https://getbin.io/devantler/ksail" -o $HOME/bin/ksail
chmod +x $HOME/bin/ksail
wget -q "https://getbin.io/devantler/ksail" -o /usr/local/bin/ksail
chmod +x /usr/local/bin/ksail
- name: ⛴️ Provision cluster
run: |
ksail sops ${{ env.KSAIL_CLUSTER_NAME }} --import "${{ secrets.KSAIL_SOPS_KEY }}"
Expand Down

0 comments on commit 553d72e

Please sign in to comment.