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
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:

Loading…
Cancel
Save