Skip to content

Commit 0e264b3

Browse files
author
Ali Abdelfattah
authored
Merge pull request #165 from Instabug/config/ci
[MOB-4958] Update Release Workflow
2 parents d1bbb91 + d14a045 commit 0e264b3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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:[email protected]/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

LICENSE.md renamed to LICENSE

File renamed without changes.

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 <[email protected]>
1110
homepage: https://github.com/Instabug/Instabug-Flutter#readme
1211
documentation: https://github.com/Instabug/Instabug-Flutter#readme
1312

0 commit comments

Comments
 (0)