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:
# image: node:16-alpine # image: node:16-alpine
# commands: # commands:
# - "npm install" # - "npm install"
# - name: start - name: start
# image: node:16-alpine image: node:16-alpine
# commands: commands:
# - "npm run build" # - "npm run build"
# - "npm test -- --watchAll=false" - "npm test -- --watchAll=false"
# - "npm test -- --watchAll=false" - "npm test -- --watchAll=false"
- name: notify - name: notify
image: pelotech/drone-google-chat image: pelotech/drone-google-chat
settings: settings:

Loading…
Cancel
Save