Skip to content

Commit a8c9e3e

Browse files
committed
ci: Simplify push-components for triaging snapshot acceptance on CI
1 parent 0ec7b79 commit a8c9e3e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/push-components.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ push() {
2121
}
2222

2323
# Build components
24-
just build
24+
#just build
2525

26-
push "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
27-
push "target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
26+
#push "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
27+
#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"
2831

2932
echo "All components pushed and TOML file updated successfully."
3033

0 commit comments

Comments
 (0)