Skip to content

Commit

Permalink
Merge pull request #344 from calebschoepp/fix-salutation-app
Browse files Browse the repository at this point in the history
fix(apps): Fix salutation app build command to run properly in CI
  • Loading branch information
bacongobbler authored Nov 5, 2024
2 parents c93c0ae + 30e87c2 commit 23442cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/salutations/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ component = "hello"
source = "../hello-world/main.wasm"
allowed_outbound_hosts = []
[component.hello.build]
command = "pushd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go && popd"
command = "cd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"
watch = ["**/*.go", "go.mod"]

[[trigger.http]]
Expand Down

0 comments on commit 23442cf

Please sign in to comment.