From fc2e803533992b57deb64675dba5727038198858 Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 15 Oct 2018 18:04:41 +0200 Subject: [PATCH] adding a function to build only on the master branch. this avoids releasing packages to the repo before they are at least somewhat ready --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3aa196a..abbe2fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,3 +12,4 @@ pipeline: - chmod 600 /tmp/id_rsa - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-network-config_*_all.deb root@cloud-api.v1.cloud.wit.com:/data/incoming secrets: [ ssh_key ] +branches: master