Commit 9d732de6 authored by Roland Clobus's avatar Roland Clobus Committed by Holger Levsen
Browse files

reproducible_live_build: More fixes for publishing files.

parent 35a21dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ cleanup() {
		fi
	fi

	output_echo Cleanup ${RESULT}
	output_echo "Cleanup ${RESULT}"
	# Cleanup the workspace
	if [ ! -z "${BUILDDIR}" ]; then
		sudo rm -rf --one-file-system ${BUILDDIR}
+0 −2
Original line number Diff line number Diff line
@@ -53,8 +53,6 @@ delete_live_build_file() {
}

parse_arguments() {
    # The first argument is the name of the script
    shift
    if [ "$1" == "delete" ]; then
        shift
        delete_live_build_file "$@"