Skip to content
Snippets Groups Projects
Commit 8f2c7660 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

create-iso-jenkins.sh: Use --clean option to avoid leaving trash on /dev/shm

parent d23bb80d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ sudo ./create-iso.sh --all "iso/$ISO" \
--dist "$DIST" \
--host "$MIRROR" \
--mirror "$REPO" \
--clean \
--output "$OUTPUT" <<< y
RESULT=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment