From 8673acea3d4812d64ab8396937e850aa8d7684a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 9 Jan 2020 14:19:05 +0100 Subject: [PATCH] readme --- .done-ci.yml | 15 --------------- README.md | 2 ++ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .done-ci.yml diff --git a/.done-ci.yml b/.done-ci.yml deleted file mode 100644 index 886290f..0000000 --- a/.done-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: -- name: static - image: python - commands: - - apt-get update && apt-get install -y shellcheck - - pip3 install pylint bandit mccabe - - for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done; - - find . -name "*.py" -exec python3 -m py_compile '{}' \; - - find . -name "*.py" -exec pylint '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi - - find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi - - bandit -r . diff --git a/README.md b/README.md index b42b16a..3ec2d40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kubernetes Cluster Deployer and Withdrawer +[![Build Status](https://drone.kmlabz.com/api/badges/tormakris/knative-report/status.svg)](https://drone.kmlabz.com/tormakris/knative-report) + --- ## Available CNI plugins