update install scripts

This commit is contained in:
Evan Jarrett
2025-10-12 23:35:33 -05:00
parent 386dcb9297
commit ef0d830dc6
3 changed files with 20 additions and 35 deletions
+3 -1
View File
@@ -15,4 +15,6 @@ ARTIFACT_JSON=$(echo "$BLOB_OUTPUT" | jq --arg tag "$TAG_BYTES" --arg name "$ART
}') &&
echo "$ARTIFACT_JSON" > temp_artifact.json &&
cat temp_artifact.json &&
goat record create temp_artifact.json -n
goat record create temp_artifact.json -n
rm temp_artifact.json
sleep 2