ci: update wcs git URI for gitea (#76647)

This commit is contained in:
Frédéric Péters 2023-04-14 14:42:34 +02:00
parent c65766f0db
commit 12f09c9716
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/wcs.git
test -d wcs || git clone https://git.entrouvert.org/gitea/wcs.git
(cd wcs && git pull)