File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ serve-oci:
2323 obelisk server run --server-config server.toml --deployment ${CONFIG:-obelisk-oci.toml}
2424
2525app-init params :
26- obelisk execution submit -f .../ workflow.app-init ' {{ params}} '
26+ obelisk execution submit ${OBELISK_SUBMIT_FLAGS:---follow} .../ workflow.app-init ' {{ params}} '
2727
2828start-restart-should-persist-state * params :
29- obelisk execution submit -f .../ testing.start-restart-should-persist-state {{ params}}
29+ obelisk execution submit ${OBELISK_SUBMIT_FLAGS:---follow} .../ testing.start-restart-should-persist-state {{ params}}
Original file line number Diff line number Diff line change 11# Contains external components, used for wit/deps regeneration:
22# obelisk generate wit-deps --deployment obelisk-external.toml wit/deps --overwrite
3+ # TODO: Remove, use obelisk generate wit-deps --skip-local
34
45[[activity_wasm ]]
56name = " activity_fly_http"
You can’t perform that action at this time.
0 commit comments