ci: fix wcs git url (#76647)
gitea/wcs-olap/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-28 17:00:01 +02:00
parent b1eeb4bb0c
commit b128abec37
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -xue
test -d wcs || git clone https://git.entrouvert.org/gitea/wcs.git
test -d wcs || git clone https://git.entrouvert.org/entrouvert/wcs.git
(cd wcs && git pull)