Test drone
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Nathan BOILEAU 2 years ago
parent 8045f7f375
commit 440d310fe2

@ -0,0 +1,13 @@
kind: pipeline
name: Scripted_Pipeline
trigger:
event:
- push
steps:
- name: start
image: node
commands:
- npm install
- find -name "*.js"| grep -v "node_modules" | xargs node -c
Loading…
Cancel
Save