Skip to content

Commit 902a532

Browse files
authored
📝 ci config fix (#76)
1 parent 2fe34e9 commit 902a532

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
macos:
9090
xcode: "10.1.0"
9191
steps:
92+
- checkout
9293
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
9394
- run: cd Escape; swift build -c release -Xswiftc -static-stdlib
9495
- run: cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
@@ -121,5 +122,4 @@ workflows:
121122
- release
122123
filters:
123124
branches:
124-
only: master
125-
125+
only: master

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Instabug for Flutter
22

3-
[![CircleCI](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master.svg?style=svg)](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master)
43
[![pub package](https://img.shields.io/pub/v/instabug.svg)](https://pub.dev/packages/instabug)
54

65
A Flutter plugin for [Instabug](https://instabug.com/).

0 commit comments

Comments
 (0)