Skip to content

Commit 8634f27

Browse files
committed
Add gh_ibg_release_replica job
This is just for testing purposes of bumping xcode version
1 parent e8f3c9a commit 8634f27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,17 @@ jobs:
136136
- run: cd Escape && swift build -c release
137137
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
138138
- run: cd project && Escape flutter publish
139+
140+
gh_ibg_release_replica:
141+
macos:
142+
xcode: "13.4.1"
143+
working_directory: "~"
144+
steps:
145+
- checkout:
146+
path: ~/project
147+
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
148+
- run: cd Escape && swift build -c release
149+
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
139150

140151
workflows:
141152
version: 2
@@ -145,6 +156,7 @@ workflows:
145156
- flutter_tests_2.2.3
146157
- android_tests
147158
- ios_tests
159+
- gh_ibg_release_replica
148160
- hold_pub_release:
149161
type: approval
150162
requires:

0 commit comments

Comments
 (0)