diff options
| author | Michael Grote | 2024-04-03 14:10:30 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-04-03 14:10:30 +0200 |
| commit | efb94db73bc841ef96d6d16c8f9239a01c154782 (patch) | |
| tree | a5677a83d8124ba943c50a0835b483b7f281c85e /.woodpecker | |
| parent | d9a622c6576053c872d6c4ea89725c509b1780ab (diff) | |
ci: fix clone url
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index f3fd503..8b54246 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -7,7 +7,7 @@ steps: environment: DEBIAN_FRONTEND: noninteractive commands: - - git clone https://git.mgrote.net/Mirror/sanoid.git + - git clone https://git.mgrote.net/mirrors/sanoid - cp sanoid-prune.service sanoid/ - cp sanoid.service sanoid/ - cp sanoid.timer sanoid/ |