mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-18 07:34:14 +00:00
Clone for manifest
This commit is contained in:
parent
8d0075661d
commit
82f7d3f362
1 changed files with 8 additions and 0 deletions
|
@ -314,6 +314,14 @@ clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
steps:
|
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
|
- name: manifest
|
||||||
image: plugins/manifest:1
|
image: plugins/manifest:1
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue