From 902a5329a2613f8cdb55761f9b14f6e7cb112afe Mon Sep 17 00:00:00 2001 From: Aly Ezz Date: Tue, 28 May 2019 14:46:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20ci=20config=20fix=20(#76)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba02b06b6..12d8f6fc4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,7 @@ jobs: macos: xcode: "10.1.0" steps: + - checkout - run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git - run: cd Escape; swift build -c release -Xswiftc -static-stdlib - run: cd Escape/.build/release; cp -f Escape /usr/local/bin/escape @@ -121,5 +122,4 @@ workflows: - release filters: branches: - only: master - \ No newline at end of file + only: master \ No newline at end of file diff --git a/README.md b/README.md index 475fd3059..3d4c489ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Instabug for Flutter -[![CircleCI](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master.svg?style=svg)](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master) [![pub package](https://img.shields.io/pub/v/instabug.svg)](https://pub.dev/packages/instabug) A Flutter plugin for [Instabug](https://instabug.com/).