This commit is contained in:
parent
28abf136b7
commit
bfba6e47d1
@ -84,7 +84,7 @@ steps:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
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:
|
||||
event:
|
||||
- tag
|
||||
@ -101,7 +101,7 @@ steps:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
script:
|
||||
- npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873
|
||||
- npm install -g @watsonb8/homebridge-harmony-control
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@watsonb8/homebridge-harmony-control",
|
||||
"version": "1.2.4",
|
||||
"version": "1.3.0",
|
||||
"description": "Homebridge platform to control smart home equipment by room.",
|
||||
"main": "bin/index.js",
|
||||
"publishConfig": {
|
||||
|
Loading…
Reference in New Issue
Block a user