Skip to content

Commit

Permalink
fix: kusion install scripts
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 2, 2023
1 parent 0abdc91 commit 5e83a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-kusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check Install Script
run: |
static/script/install.sh
curl -fsSL https://kusionstack.io/scripts/install-kusion.sh | /bin/bash
curl https://kusionstack.io/scripts/install.sh | sh
- name: Check Kusion run
shell: bash -leo pipefail {0}
run: |
Expand Down

0 comments on commit 5e83a13

Please sign in to comment.