Skip to content

Commit b95056f

Browse files
committed
ci: fix what version is set for iOS PR builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
1 parent 3fe1d6e commit b95056f

12 files changed

Lines changed: 26 additions & 25 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Statusgo.framework
103103
/ios/Pods/
104104
/ios/StatusIm.xcworkspace
105105
/ios/react-native-xcode.log
106+
/ios/set_xcode_version.log
106107
.ruby-version
107108
status-e2e/
108109

ci/Jenkinsfile.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'linux' }

ci/Jenkinsfile.combined

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'linux' }

ci/Jenkinsfile.ios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'macos-xcode-11.5' }

ci/Jenkinsfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'linux' }

ci/Jenkinsfile.macos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'macos-xcode-11.5' }

ci/Jenkinsfile.nix-cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label params.AGENT_LABEL }

ci/Jenkinsfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'linux' }

ci/tools/Jenkinsfile.fastlane-clean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'macos' }

ci/tools/Jenkinsfile.playstore-meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library 'status-react-jenkins@v1.1.8'
1+
library 'status-react-jenkins@v1.1.9'
22

33
pipeline {
44
agent { label 'linux' }

0 commit comments

Comments
 (0)