mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
CI: vtest: move the vtest2 URL to vinyl-cache.org
VTest git repository was moved on vinyl-cache.org.
This commit is contained in:
parent
3e6d030ce2
commit
9ccfc60f52
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ DESTDIR=${DESTDIR:-${PWD}/../vtest/}
|
|||
TMPDIR=${TMPDIR:-$(mktemp -d)}
|
||||
set -eux
|
||||
|
||||
curl -fsSL https://github.com/vtest/VTest2/archive/main.tar.gz -o "${TMPDIR}/VTest.tar.gz"
|
||||
curl -fsSL "https://code.vinyl-cache.org/vtest/VTest2/archive/main.tar.gz" -o "${TMPDIR}/VTest.tar.gz"
|
||||
mkdir -p "${TMPDIR}/vtest"
|
||||
tar xvf ${TMPDIR}/VTest.tar.gz -C "${TMPDIR}/vtest" --strip-components=1
|
||||
# Special flags due to: https://github.com/vtest/VTest/issues/12
|
||||
|
|
|
|||
Loading…
Reference in a new issue