From c650f4177e1bfbe2a523ed9c0301cc9c2c63655b Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 5 Nov 2019 13:58:27 +0300 Subject: [PATCH] Add testcloud step --- CalSmokeApp/Gemfile | 2 +- CalSmokeApp/bin/appcenter.sh | 15 ++------------- CalSmokeApp/bin/make/ipa-cal.sh | 2 +- azure-pipelines.yml | 4 ++++ 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/CalSmokeApp/Gemfile b/CalSmokeApp/Gemfile index 1a606180..8d39d861 100644 --- a/CalSmokeApp/Gemfile +++ b/CalSmokeApp/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'calabash-cucumber', :github => "calabash/calabash-ios", :branch => "develop" -gem "cucumber", "2.99.0" +gem "cucumber", "~>2.0" gem "run_loop", :github => "calabash/run_loop", :branch => "develop" gem "json", "1.8.6" diff --git a/CalSmokeApp/bin/appcenter.sh b/CalSmokeApp/bin/appcenter.sh index ed1d5fcd..4dfb8df2 100755 --- a/CalSmokeApp/bin/appcenter.sh +++ b/CalSmokeApp/bin/appcenter.sh @@ -34,21 +34,10 @@ BUILD_RUN_LOOP: iff 1, then rebuild Calabash iOS gem before uploading. exit 64 fi -CREDS=.appcenter-credentials -if [ ! -e "${CREDS}" ]; then - error "This script requires a ${CREDS} file" - error "Generating a template now:" - cat >${CREDS} <"${XTC_DIR}/Gemfile" <