From 270922f33048917097cdabff3e90b6092474359f Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 13 Jun 2023 00:17:35 -0400 Subject: [PATCH] We don't actually have a git repo --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e59f5ce..52e5965 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,14 @@ kind: pipeline name: publish-docker-image clone: - depth: 1 + disable: true steps: +- name: build-and-public-docker-image + image: alpine/git + commands: + - git clone https://code.ndumas.com/ndumas/obsidian-pipeline.git . - name: build-and-public-docker-image image: docker:dind volumes: