Browse Source

test drone

master
Ricardo A Carrasco 2 years ago
parent
commit
54fdfb1362
  1. 10
      .drone.yml

10
.drone.yml

@ -13,3 +13,13 @@ steps: @@ -13,3 +13,13 @@ steps:
- "npm run build"
- "npm test -- --watchAll=false"
- "npm test -- --watchAll=false"
- name: notify
image: pelotech/drone-google-chat
settings:
webook:
from_secret: GCHAT_WH
key:
from_secret: GCHAT_KEY
token:
from_secret: GCHAT_TOKEN
template: "Drone: Build ran :rasing-hands:"

Loading…
Cancel
Save