Skip to content

Commit e1379d9

Browse files
committed
create-deb-deploy: cleanup stage rm
1 parent 0da1e63 commit e1379d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/create-deb-deploy.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ run_pipeline() {
7171
local build_dir="${ROOT_DIR}/build"
7272
local stage_dir="${ROOT_DIR}/.deb_stage"
7373

74-
cleanup_stage() {
75-
rm -rf "${stage_dir}" "${ROOT_DIR}/stage"
76-
}
77-
trap cleanup_stage EXIT
78-
7974
if [[ "${CLEAN_BUILD}" == "1" ]]; then
8075
rm -rf "${build_dir}"
8176
fi

0 commit comments

Comments
 (0)