diff --git a/.drone.yml b/.drone.yml index f5ffed4..4b70c99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,6 @@ pipeline: install: image: node:8.11.4 commands: - - sudo apt-get update - - sudo apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev + - apt-get update + - apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev - npm install