Skip to content

Commit

Permalink
docs: install the latest formal version by default, and delete deprec…
Browse files Browse the repository at this point in the history
…ated install&uninstall sh (#372)

docs: get the latest formal version, and delete deprecated install&uninstall sh
  • Loading branch information
healthjyk authored Dec 27, 2023
1 parent 4e27fe9 commit 238b1f6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 372 deletions.
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

0 comments on commit 238b1f6

Please sign in to comment.