Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
e0aa303ccb
  1. 12
      .drone.yml

12
.drone.yml

@ -7,12 +7,12 @@ steps: @@ -7,12 +7,12 @@ steps:
# image: node:16-alpine
# commands:
# - "npm install"
# - name: start
# image: node:16-alpine
# commands:
# - "npm run build"
# - "npm test -- --watchAll=false"
# - "npm test -- --watchAll=false"
- name: start
image: node:16-alpine
commands:
# - "npm run build"
- "npm test -- --watchAll=false"
- "npm test -- --watchAll=false"
- name: notify
image: pelotech/drone-google-chat
settings:

Loading…
Cancel
Save