diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-21 15:34:44 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-21 15:35:12 +0200 |
commit | ccaa81668ae3b084056789b187de5c794beeec4a (patch) | |
tree | bd0492c37b343240f299b42e1029437fe03142fd /docker | |
parent | e2fabac4047630d65dafc87f5301720117a1b088 (diff) |
Conform with new ODL urls
It now clones https://git.opendaylight.org/gerrit/integration/test
Change-Id: Icff918305de1092cf6e985490188d409178273e1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/healthcheck/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/healthcheck/Dockerfile b/docker/healthcheck/Dockerfile index 86f14f0ec..6afc5143c 100644 --- a/docker/healthcheck/Dockerfile +++ b/docker/healthcheck/Dockerfile @@ -16,7 +16,7 @@ RUN apk --no-cache add --virtual .build-deps --update \ -rthirdparty-requirements.txt && \ git init /src/odl_test && \ (cd /src/odl_test && \ - git fetch --tags https://git.opendaylight.org/gerrit/p/integration/test.git $ODL_TAG && \ + git fetch --tags https://git.opendaylight.org/gerrit/integration/test $ODL_TAG && \ git checkout FETCH_HEAD) && \ rm -r /src/odl_test/.git thirdparty-requirements.txt upper-constraints.txt \ upper-constraints.opnfv.txt && \ |