Fixing pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2023-04-30 12:21:23 -05:00
parent 28abf136b7
commit bfba6e47d1
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ steps:
from_secret: ssh_key from_secret: ssh_key
port: 22 port: 22
script: script:
- rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-harmony-control - rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-harmony-control || true
when: when:
event: event:
- tag - tag
@ -101,7 +101,7 @@ steps:
from_secret: ssh_key from_secret: ssh_key
port: 22 port: 22
script: script:
- npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873 - npm install -g @watsonb8/homebridge-harmony-control
when: when:
event: event:
- tag - tag

View File

@ -1,6 +1,6 @@
{ {
"name": "@watsonb8/homebridge-harmony-control", "name": "@watsonb8/homebridge-harmony-control",
"version": "1.2.4", "version": "1.3.0",
"description": "Homebridge platform to control smart home equipment by room.", "description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js", "main": "bin/index.js",
"publishConfig": { "publishConfig": {