trivial: use https to download wcs for tests (via #46904#note-2)

This commit is contained in:
Frédéric Péters 2020-09-24 19:56:55 +02:00
parent 483dfb3089
commit 326f53e84a
1 changed files with 1 additions and 1 deletions

View File

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