Skip to content

Commit

Permalink
Merge pull request #4959 from jnummelin/fix/release-k0sctl-download-curl
Browse files Browse the repository at this point in the history
Remove bogus 'o' option which breaks newer curl from k0sctl download …
  • Loading branch information
jnummelin authored Sep 11, 2024
2 parents f65c007 + d78d2a2 commit 115b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ jobs:
- name: Create k0s Cluster using k0sctl
run: |
# download k0sctl
curl --proto '=https' --tlsv1.2 --retry 5 --retry-all-errors -sSLfo "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-x64" -o k0sctl
curl --proto '=https' --tlsv1.2 --retry 5 --retry-all-errors -sSLfo k0sctl "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-x64"
chmod +x ./k0sctl
./k0sctl apply -c k0sctl.yaml
Expand Down

0 comments on commit 115b3d4

Please sign in to comment.