Always allow the clean-up to succeed
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
#!/bin/bash -x
|
||||
|
||||
# Only attempt to unmount if the directory is already mounted
|
||||
if mountpoint -q `pwd`/build; then
|
||||
|
||||
Reference in New Issue
Block a user