From ef378f266fc55ac25f93ef0f0236bc5012fcdd90 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Apr 2023 16:11:19 -0400 Subject: [PATCH] Condensing this together in hopes that auth will work --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index f958958..1debaa5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,11 @@ type: docker name: default steps: -- name: clone_quartz +- name: clone_repos image: alpine/git commands: - cd /tmp/ - git clone -b hugo https://code.ndumas.com/ndumas/quartz.git - volumes: - - name: quartz - path: /tmp/quartz -- name: clone_vault - image: alpine/git - commands: - cd /tmp/quartz/content/ - git clone -b hugo https://code.ndumas.com/ndumas/obsidian-vault.git volumes: