Use correct port in clone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-04 16:39:35 +01:00
parent 6ce64bf139
commit 7bbd0d28d0

View File

@@ -9,7 +9,7 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git lfs install - git lfs install
- git clone http://gitea/ipng/ipng.ch.git - git clone http://gitea:3000/ipng/ipng.ch.git
# - git lfs pull # - git lfs pull
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build - name: build