Fixes cleanup code.
This commit is contained in:
parent
3fe6163451
commit
4d980e6846
|
|
@ -89,7 +89,7 @@ AUTOMATION_SIMULATORS=("Krunoslav Zaher’s iPhone" ${DEFAULT_IOS9_SIMULATOR} ${
|
|||
IFS=""
|
||||
for simulator in ${AUTOMATION_SIMULATORS[@]}
|
||||
do
|
||||
for configuration in ${CONFIGURATIONS}
|
||||
for configuration in ${CONFIGURATIONS[@]}
|
||||
do
|
||||
runAutomation "RxExample-iOS" ${configuration} ${simulator}
|
||||
done
|
||||
|
|
|
|||
|
|
@ -29,5 +29,6 @@ pod lib lint RxCocoa.podspec
|
|||
pod lib lint RxBlocking.podspec
|
||||
|
||||
pushd ~/.cocoapods/repos/master
|
||||
git clean -d -f
|
||||
git reset master --hard
|
||||
popd
|
||||
|
|
|
|||
Loading…
Reference in New Issue