File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -115,18 +115,15 @@ jobs:
115
115
116
116
publish :
117
117
macos :
118
- xcode : " 12.3.0"
118
+ xcode : " 10.1.0"
119
+ working_directory : " ~"
119
120
steps :
120
- - 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
121
+ - checkout :
122
+ path : ~/project
126
123
-
run :
git clone https://InstabugCI:[email protected] /Instabug/Escape.git
127
- - run : cd Escape; swift build -c release -Xswiftc -static-stdlib
128
- - run : cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
129
- - run : Escape flutter publish
124
+ - run : cd Escape && swift build -c release -Xswiftc -static-stdlib
125
+ - run : cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
126
+ - run : cd project && Escape flutter publish
130
127
131
128
workflows :
132
129
version : 2
@@ -155,7 +152,6 @@ workflows:
155
152
- publish :
156
153
context : cross-platform
157
154
requires :
158
- - hold
159
155
- release
160
156
filters :
161
157
branches :
You can’t perform that action at this time.
0 commit comments