Mise à jour de '.drone.yml'

master
Tristan BARLET 3 years ago
parent e49c5facb1
commit c505fe5bcc

@ -1,13 +1,13 @@
kind: pipeline kind: pipeline
name: JTT_CRM_Pipeline name: JTT_CRM_Pipeline
#trigger: trigger:
# event: event:
# - push - push
steps: steps:
- name: start - name: start
image: node image: node
commands: commands:
- npm install - npm install
- npm start - npm test

Loading…
Cancel
Save