diff --git a/.drone.yml b/.drone.yml index 722fe58..0e8f6c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,8 @@ name: prod steps: - name: test image: node:8 + environment: + BOT_NAME: test commands: - npm install - npm test