Skip to content

Commit

Permalink
Remove bogus 'o' option which breaks newer curl from k0sctl download …
Browse files Browse the repository at this point in the history
…step

Signed-off-by: Jussi Nummelin <jnummelin@mirantis.com>
  • Loading branch information
jnummelin committed Sep 11, 2024
1 parent bfcdb9d commit d79a62b
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 -sSLf "https://github.com/k0sproject/k0sctl/releases/download/${K0SCTL_VERSION}/k0sctl-linux-x64" -o k0sctl
chmod +x ./k0sctl
./k0sctl apply -c k0sctl.yaml
Expand Down

0 comments on commit d79a62b

Please sign in to comment.