minor cleanup of build artifacts

This commit is contained in:
Pratham Patel 2023-11-20 16:15:14 +05:30
parent 4a7331e9a7
commit 817821a274
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ script -q -c "appliance-creator \
--debug \
--cache /root/cache \
--verbose" | tee "${APPLIANCE_NAME}.log" || exit 1
# the script command creates a file called typescript
rm -vf typescript
if [[ -d "${APPLIANCE_NAME}" ]]; then
pushd "${APPLIANCE_NAME}" || exit 1