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:36:43 +0200 |
commit | 6102318c63a74d38375ba24788fdb91f7d1bdcd4 (patch) | |
tree | 824a63887f6436d06f8e169d9e236b8e78c52ad0 /docker | |
parent | 959361c313ec49c091f0516c1ae30b573e6eeacd (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>
(cherry picked from commit ccaa81668ae3b084056789b187de5c794beeec4a)
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 f4ae56d99..d1b6f3358 100644 --- a/docker/healthcheck/Dockerfile +++ b/docker/healthcheck/Dockerfile @@ -15,7 +15,7 @@ RUN wget -q -O- https://opendev.org/openstack/requirements/raw/branch/$OPENSTACK -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 |