Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: install the latest formal version by default, and delete deprecated install&uninstall sh #372

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 7 additions & 19 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,18 @@ jobs:
- uses: actions/checkout@v3
- name: check install script
run: static/scripts/install.sh
#- name: check kusion run
# run: sudo kusion compile -w static/stack -o stdout
# shell: bash -leo pipefail {0}
check-brew-on-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: brew install kusion
run: brew install KusionStack/tap/kusion
#- name: check kusion run
# run: kusion compile -w static/stack -o stdout
# shell: bash -leo pipefail {0}
check-scripts-on-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check install script
run: static/scripts/install.sh
#- name: check kusion run
# run: kusion compile -w static/stack -o stdout
# shell: bash -ieo pipefail {0}
check-brew-on-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -47,16 +38,13 @@ jobs:
- name: brew install kusion
run: brew install KusionStack/tap/kusion
shell: bash -ieo pipefail {0}
#- name: check kusion run
# run: kusion compile -w static/stack -o stdout
# shell: bash -ieo pipefail {0}
check-powershell-on-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: check install script
run: static/scripts/install.ps1
shell: powershell
#check-powershell-on-windows:
#runs-on: windows-latest
#steps:
#- uses: actions/checkout@v3
#- name: check install script
# run: static/scripts/install.ps1
# shell: powershell
#- name: check kusion run
# run: C:\kusion\kusion.exe compile -w static/stack -o stdout
# shell: powershell
Expand Down
314 changes: 0 additions & 314 deletions static/scripts/deprecated-install-kusion.sh

This file was deleted.

Loading
Loading