File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,17 @@ jobs:
136
136
- run : cd Escape && swift build -c release
137
137
- run : cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
138
138
- 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
139
150
140
151
workflows :
141
152
version : 2
@@ -145,6 +156,7 @@ workflows:
145
156
- flutter_tests_2.2.3
146
157
- android_tests
147
158
- ios_tests
159
+ - gh_ibg_release_replica
148
160
- hold_pub_release :
149
161
type : approval
150
162
requires :
You can’t perform that action at this time.
0 commit comments