Skip to content

Commit 7c529db

Browse files
committed
Revert "Add gh_ibg_release_replica job"
This reverts commit 8634f27.
1 parent 8634f27 commit 7c529db

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,6 @@ 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
150139

151140
workflows:
152141
version: 2
@@ -156,7 +145,6 @@ workflows:
156145
- flutter_tests_2.2.3
157146
- android_tests
158147
- ios_tests
159-
- gh_ibg_release_replica
160148
- hold_pub_release:
161149
type: approval
162150
requires:

0 commit comments

Comments
 (0)