Skip to content

Commit 30e87c2

Browse files
committed
fix(apps): Fix salutation app build command to run properly in CI
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent c93c0ae commit 30e87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/salutations/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ component = "hello"
1414
source = "../hello-world/main.wasm"
1515
allowed_outbound_hosts = []
1616
[component.hello.build]
17-
command = "pushd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go && popd"
17+
command = "cd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"
1818
watch = ["**/*.go", "go.mod"]
1919

2020
[[trigger.http]]

0 commit comments

Comments
 (0)