Update drone for dockerized gitea
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-01-04 17:36:01 +01:00
parent 42abbc5b72
commit bae0b8b959

View File

@@ -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: