From 82f7d3f362e3705d50dc093f5a1f19726a68a9c2 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sat, 4 Dec 2021 12:17:49 -0600 Subject: [PATCH] Clone for manifest --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 55de49a..978c1ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -314,6 +314,14 @@ clone: disable: true steps: +- name: clone + image: alpine/git:latest + user: root + commands: + - git clone $DRONE_GIT_HTTP_URL . + - git checkout $DRONE_COMMIT + - chown -R 991:991 . + - name: manifest image: plugins/manifest:1 settings: