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
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: alpine/git
|
||||
lfs: true
|
||||
depth: 0
|
||||
disable: true
|
||||
|
||||
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
|
||||
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user