ci: update wcs git URI for gitea (#76647)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-14 14:07:03 +02:00
parent 9b2d811750
commit 9dbab1fbc9
1 changed files with 1 additions and 1 deletions

View File

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