remove jenkins stuff
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-03-31 21:34:27 +02:00
parent 77a2b1bca7
commit 013fa584fa
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 1 additions and 14 deletions

13
Jenkinsfile vendored
View file

@ -1,13 +0,0 @@
pipeline {
agent any
stages {
stage('mocha') {
steps {
sh 'npm install --dev'
sh 'npm run test'
}
}
}
}

View file

@ -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.