From 013fa584fa00d3e71e533615adaafb6075fd6038 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 31 Mar 2023 21:34:27 +0200 Subject: [PATCH] remove jenkins stuff --- Jenkinsfile | 13 ------------- README.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 034c3cd..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,13 +0,0 @@ -pipeline { - agent any - - stages { - stage('mocha') { - steps { - sh 'npm install --dev' - sh 'npm run test' - } - } - } -} - diff --git a/README.md b/README.md index a8aabb0..dfb8f3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Scraper ======= -[![Build Status](https://ci.gitnet.fr/buildStatus/icon?job=Gitnet%2Fscraper%2Fmaster)](https://ci.gitnet.fr/job/Gitnet/job/scraper/job/master/) +[![Build Status](https://ci.gitnet.fr/api/badges/deblan/scraper/status.svg)](https://ci.gitnet.fr/deblan/scraper) This project is a basic tool to scrap a data from a website using a CSS selector.