Check out local clone
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: git-lfs
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git lfs install
|
||||
- git lfs pull
|
||||
- git clone http://gitea/ipng/ipng.ch.git
|
||||
# - git lfs pull
|
||||
- git checkout $DRONE_COMMIT
|
||||
- name: build
|
||||
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user