Compare commits
2 Commits
1bd4be47a3
...
6ce64bf139
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ce64bf139 | ||
|
|
c7856b3446 |
@@ -1,12 +1,17 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git-lfs
|
- name: clone
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git lfs install
|
- git lfs install
|
||||||
- git lfs pull
|
- git clone http://gitea/ipng/ipng.ch.git
|
||||||
|
# - git lfs pull
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
- name: build
|
- name: build
|
||||||
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user