From: Cédric Ollivier Date: Mon, 5 Oct 2020 11:36:19 +0000 (+0200) Subject: Swith to active abot_charm repo X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1de6819845ab8925111df6aeaa500a26ebd01062;p=functest.git Swith to active abot_charm repo We keep syncing both repos but it helps quickly integrating patches. Change-Id: Ia6f05994d209e60d1278b7a033317bf7e17e22c6 Signed-off-by: Cédric Ollivier (cherry picked from commit caf48eebae6c3ffadf1589c5f34d4a272fb09b92) --- diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile index c196a0c92..e6d9cc10d 100644 --- a/docker/vnf/Dockerfile +++ b/docker/vnf/Dockerfile @@ -47,7 +47,7 @@ RUN apk --no-cache add --update \ git checkout FETCH_HEAD) && \ git init /src/epc-requirements/abot_charm && \ (cd /src/epc-requirements/abot_charm && \ - git fetch --tags https://github.com/RebacaInc/abot_charm.git $ABOT_CHARM && \ + git fetch --tags https://github.com/collivier/abot_charm.git $ABOT_CHARM && \ git checkout FETCH_HEAD) && \ (cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system && bundle update rest-client) && \ rm -r /src/vims-test/.git /src/cloudify_vims/.git /src/heat_vims/.git /src/vims-test/quaff/.git \