Clone for manifest

This commit is contained in:
Aode (lion) 2021-12-04 12:17:49 -06:00
parent 8d0075661d
commit 82f7d3f362

View file

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