Skip to content

Commit

Permalink
fix(apps): Fix salutation app build command to run properly in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
  • Loading branch information
calebschoepp committed Nov 5, 2024
1 parent c93c0ae commit 30e87c2
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 30e87c2

Please sign in to comment.