From cf4f262df56bef309b9de837117639867e2505e9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Dec 2015 14:19:51 -0800 Subject: [ios, android] Remove version specifier to avoid Bitrise upgrade nag --- platform/ios/bitrise.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'platform/ios/bitrise.yml') diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml index cb67d0006e..5dfa40e96d 100644 --- a/platform/ios/bitrise.yml +++ b/platform/ios/bitrise.yml @@ -16,7 +16,7 @@ trigger_map: workflows: primary: steps: - - script@1.1.0: + - script: title: Check for skipping CI inputs: - content: |- @@ -30,10 +30,10 @@ workflows: else envman add --key SKIPCI --value false fi - - select-xcode-version@2.2.0: + - select-xcode-version: title: Select Xcode version run_if: '{{enveq "SKIPCI" "false"}}' - - script@1.1.0: + - script: title: Install Homebrew dependencies run_if: '{{enveq "SKIPCI" "false"}}' inputs: @@ -44,7 +44,7 @@ workflows: brew install automake brew install homebrew/versions/appledoc22 brew link --force appledoc22 - - script@1.1.0: + - script: title: Run make ipackage-sim run_if: '{{enveq "SKIPCI" "false"}}' inputs: @@ -53,7 +53,7 @@ workflows: make ipackage-sim - is_debug: 'yes' - - xcode-test@1.6.0: + - xcode-test: title: Run Xcode Tests run_if: '{{enveq "SKIPCI" "false"}}' inputs: @@ -62,7 +62,7 @@ workflows: - simulator_device: iPhone 6 opts: is_expand: false - - slack@2.1.0: + - slack: title: Post to Slack run_if: '{{enveq "SKIPCI" "false"}}' inputs: -- cgit v1.2.1