Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Removing greenkeeper #313

Merged
merged 2 commits into from
Jul 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
DOCKER_REPO: qlikcore/mira
steps:
- checkout
- run:
name: greenkeeper - Update
command: |
sudo npm install -g greenkeeper-lockfile@1
greenkeeper-lockfile-update
- restore_cache:
key: npm-dependency-cache-{{ checksum "package.json" }}
- run:
Expand All @@ -24,9 +19,6 @@ jobs:
name: Install dependencies
command:
npm install --quiet
- run:
name: greenkeeper - Upload
command: greenkeeper-lockfile-upload
- run:
name: Run ESLint
command:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**NOTE: This repository is under heavy development**

[![CircleCI](https://circleci.com/gh/qlik-oss/mira.svg?style=shield)](https://circleci.com/gh/qlik-oss/mira)
[![Greenkeeper badge](https://badges.greenkeeper.io/qlik-oss/mira.svg)](https://greenkeeper.io/)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&identifier=91325889)](https://dependabot.com)
[![Coverage Status](https://coveralls.io/repos/github/qlik-oss/mira/badge.svg?branch=enableCoveralls)](https://coveralls.io/github/qlik-oss/mira?branch=enableCoveralls)

## Overview
Expand Down