There was an error while loading. Please reload this page.
push-components
1 parent 0ec7b79 commit a8c9e3eCopy full SHA for a8c9e3e
1 file changed
scripts/push-components.sh
@@ -21,10 +21,13 @@ push() {
21
}
22
23
# Build components
24
-just build
+#just build
25
26
-push "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
27
-push "target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
+#push "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
+#push "target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
28
+FILE_NAME_WITHOUT_EXT="webhook_healthcheck"
29
+OUTPUT="new"
30
+sed -i -E "/name = \"${FILE_NAME_WITHOUT_EXT}\"/{n;s|location\.oci = \".*\"|location.oci = \"${OUTPUT}\"|}" "$TOML_FILE"
31
32
echo "All components pushed and TOML file updated successfully."
33
0 commit comments