Skip to content
Snippets Groups Projects
Commit 987e6f9f authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Avoid using git checkout and git clean

parent c2dbb56d
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ cd `dirname $0`/../../..
cd $EXAMPLE_PATH
# clean the directory
git checkout .
git clean -df .
rm -rf Pods
rm -rf $SCHEME.xcworkspace
rm -f Podfile.lock
pod install
......
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