linux/make_artifacts.sh: Use -f when removing artifacts/DONE.
This commit is contained in:
parent
cac796e1ab
commit
0515c44859
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ esac
|
|||
|
||||
ARTIFACTS="${ARTIFACTS:-/artifacts}"
|
||||
|
||||
rm $ARTIFACTS/*
|
||||
# This is our sentinel that tells us when we're done.
|
||||
rm -f $ARTIFACTS/DONE
|
||||
|
||||
clean_up() {
|
||||
echo "All done!" > "$ARTIFACTS/DONE"
|
||||
|
|
Loading…
Add table
Reference in a new issue