Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 40a3cd0

Browse files
author
Rajath Agasthya
committed
Force remove previously generated StemcellAutomation.zip
Script errors out if it doesn't exist.
1 parent 9e28024 commit 40a3cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-stemcell-automation-zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cp "${AGENT_ZIP}" "${TEMP_DIR}/agent.zip"
1717
cp "${DEPS_JSON}" "${TEMP_DIR}/deps.json"
1818
cp ${STEMCELL_AUTOMATION_PS1} "$TEMP_DIR"
1919

20-
rm "${ROOT_DIR}/assets/StemcellAutomation.zip"
20+
rm -f "${ROOT_DIR}/assets/StemcellAutomation.zip"
2121

2222
zip -rj "${ROOT_DIR}/assets/StemcellAutomation.zip" "$TEMP_DIR"
2323

0 commit comments

Comments
 (0)