summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 4d94619555..c39a4536fe 100644
--- a/circle.yml
+++ b/circle.yml
@@ -560,7 +560,9 @@ commands:
steps:
- run:
name: Install iOS packaging dependencies
- command: ./platform/ios/scripts/install-packaging-dependencies.sh
+ command: |
+ echo "ruby-2.6" > ~/.ruby-version
+ ./platform/ios/scripts/install-packaging-dependencies.sh
background: true
install-macos-dependencies:
@@ -1390,6 +1392,7 @@ jobs:
ios-release-template:
macos:
xcode: "10.3.0"
+ shell: /bin/bash --login -eo pipefail
environment:
BUILDTYPE: Release
HOMEBREW_NO_AUTO_UPDATE: 1
@@ -1438,6 +1441,7 @@ jobs:
ios-release-tag:
macos:
xcode: "10.3.0"
+ shell: /bin/bash --login -eo pipefail
environment:
BUILDTYPE: Release
HOMEBREW_NO_AUTO_UPDATE: 1