Compare commits

...

2 Commits

Author SHA1 Message Date
Pim van Pelt
6ce64bf139 Merge branch 'main' of ssh://git.ipng.ch:222/ipng/ipng.ch
Some checks failed
continuous-integration/drone/push Build is failing
2026-01-04 16:38:37 +01:00
Pim van Pelt
c7856b3446 Check out local clone 2026-01-04 16:32:33 +01:00

View File

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