Update drone for dockerized gitea
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -2,12 +2,15 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
disable: true
|
||||||
image: alpine/git
|
|
||||||
lfs: true
|
|
||||||
depth: 0
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git lfs install
|
||||||
|
- git clone http://gitea:3000/ipng/ipng.ch.git .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
- name: hugo
|
- name: hugo
|
||||||
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