Skip to content

Commit

Permalink
test: using the latest kusion build command instead of the kusion com…
Browse files Browse the repository at this point in the history
…pile command

Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 23, 2023
1 parent 7bceb47 commit 1872ee6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/install-kusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
shell: bash -leo pipefail {0}
run: |
sudo kusion version
sudo kusion compile -w static/stack -o stdout
cd static/stack && sudo kusion compile
sudo kusion build -w static/stack -o stdout
cd static/stack && sudo kusion build
- name: Uninstall Kusion
run: curl https://www.kusionstack.io/scripts/uninstall.sh | sh

Expand All @@ -36,8 +36,8 @@ jobs:
brew install KusionStack/tap/kusion
echo "brew installed successfully"
kusion version
kusion compile -w static/stack -o stdout
cd static/stack && kusion compile
kusion build -w static/stack -o stdout
cd static/stack && kusion build
brew uninstall KusionStack/tap/kusion
check-kusion-go-install:
Expand All @@ -61,8 +61,8 @@ jobs:
go install kusionstack.io/kusion@main
echo "go installed successfully"
$HOME/go/bin/kusion version
$HOME/go/bin/kusion compile -w static/stack -o stdout
cd static/stack && $HOME/go/bin/kusion compile
$HOME/go/bin/kusion build -w static/stack -o stdout
cd static/stack && $HOME/go/bin/kusion build
check-kusion-scoop-install:
runs-on: windows-latest
Expand All @@ -76,4 +76,4 @@ jobs:
scoop bucket add KusionStack https://github.com/KusionStack/scoop-bucket.git
scoop install KusionStack/kusion
mkdir C:\Users\runneradmin\go
kusion compile -w static/stack -o stdout
kusion build -w static/stack -o stdout

0 comments on commit 1872ee6

Please sign in to comment.