diff --git a/scripts/automation-tests.sh b/scripts/automation-tests.sh index 1b2ca183..105fc690 100755 --- a/scripts/automation-tests.sh +++ b/scripts/automation-tests.sh @@ -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 diff --git a/scripts/validate-podspec.sh b/scripts/validate-podspec.sh index d65a74c1..ec516a67 100755 --- a/scripts/validate-podspec.sh +++ b/scripts/validate-podspec.sh @@ -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