From 09af08dad0b5c2873ff3faf0a88cdada092e2ed8 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 29 Nov 2022 15:54:50 -0500 Subject: [PATCH] update drone conditional for git --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c67df32..4179e9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ steps: # update www-data branch with fresh drone ci Jekyll _site build - git clone https://git.sharpetronics.com/sharpetronics/sharpetronics.com.git - cd sharpetronics.com/ - - git branch -b www-data + - git branch www-data - git checkout www-data - cp -R ../_site/* . - git add *