Condensing this together in hopes that auth will work
continuous-integration/drone/push Build is failing Details

hugo
Nick Dumas 2 years ago
parent 8acfac58b4
commit ef378f266f

@ -3,17 +3,11 @@ type: docker
name: default name: default
steps: steps:
- name: clone_quartz - name: clone_repos
image: alpine/git image: alpine/git
commands: commands:
- cd /tmp/ - cd /tmp/
- git clone -b hugo https://code.ndumas.com/ndumas/quartz.git - 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/ - cd /tmp/quartz/content/
- git clone -b hugo https://code.ndumas.com/ndumas/obsidian-vault.git - git clone -b hugo https://code.ndumas.com/ndumas/obsidian-vault.git
volumes: volumes:

Loading…
Cancel
Save