Skip to content
Snippets Groups Projects
Commit 35f07fc9 authored by murgatroid99's avatar murgatroid99
Browse files

Properly handle rm -rf result on Mac

parent 166214f9
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ nvm use 4 ...@@ -36,7 +36,7 @@ nvm use 4
cd $(dirname $0)/../.. cd $(dirname $0)/../..
rm -rf build rm -rf build || true
mkdir -p artifacts mkdir -p artifacts
......
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