There was an error while loading. Please reload this page.
sed
1 parent 538a11c commit cf184c6Copy full SHA for cf184c6
1 file changed
scripts/push-components.sh
@@ -20,7 +20,6 @@ push() {
20
21
# Replace the old location with the actual OCI location
22
23
- sed -i -E "/name = \"${FILE_NAME_WITHOUT_EXT}\"/{n;s|location\.oci = \".*\"|location.oci = \"${OUTPUT}\"|}" "$TOML_FILE"
24
obelisk component add ${COMPONENT_TYPE} ${OUTPUT} --name ${FILE_NAME_WITHOUT_EXT} -c $TOML_FILE
25
}
26
0 commit comments