diff --git a/scripts/runTests.sh b/scripts/runTests.sh index ccb87af81b..e951902a52 100755 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -13,9 +13,6 @@ echo "Cloning samples" git clone https://github.com/Codearte/accurest-samples cd accurest-samples -echo "Using the rebranding branch" -git checkout rebranding - echo "Running Gradle tests" . ./runTests.sh