From 71e0993f02c852454b4f3bafd8ad62a578edfe53 Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 20 Dec 2018 10:58:56 +0100 Subject: [PATCH] triggering a new build and while I'm at it adding support to various repo components for CI --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5552219..f8b3543 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,9 @@ pipeline: - ls -lha ../wit-pxeboot_*_all.deb - echo "$SSH_KEY" >/tmp/id_rsa - chmod 600 /tmp/id_rsa - - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming + - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming/${DRONE_BRANCH/master/experimental} secrets: [ ssh_key ] -branches: master +branches: + - master + - staging + - main