File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,11 @@ jobs:
118118 xcode : " 12.3.0"
119119 steps :
120120 - checkout
121+ - run : git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
122+ - run : echo 'export SWIFTENV_ROOT="$HOME/.swiftenv"' >> $BASH_ENV
123+ - run : echo 'export PATH="$SWIFTENV_ROOT/bin:$PATH"' >> $BASH_ENV
124+ - run : echo 'eval "$(swiftenv init -)"' >> $BASH_ENV
125+ - run : swiftenv install 5.0.3 && swiftenv global 5.0.3
121126 - run : git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
122127 - run : cd Escape; swift build -c release -Xswiftc -static-stdlib
123128 - run : cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
@@ -140,17 +145,18 @@ workflows:
140145 filters :
141146 branches :
142147 only : master
143- - publish :
148+ - release :
144149 context : cross-platform
145150 requires :
146151 - hold
147152 filters :
148153 branches :
149154 only : master
150- - release :
155+ - publish :
151156 context : cross-platform
152157 requires :
153158 - hold
159+ - release
154160 filters :
155161 branches :
156162 only : master
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ description: >-
77 your user's device including all console logs, server-side network requests
88 and bug reproduction steps compiling all these details in one organised dashboard
99 to help you debug and fix bugs faster.
10- author : Instabug <support@instabug.com>
1110homepage : https://github.com/Instabug/Instabug-Flutter#readme
1211documentation : https://github.com/Instabug/Instabug-Flutter#readme
1312
You can’t perform that action at this time.
0 commit comments