From: Cédric Ollivier Date: Thu, 25 Oct 2018 11:10:53 +0000 (+0200) Subject: Revert "Temporarily switch to collivier/abot_charm" X-Git-Tag: opnfv-7.0.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=24b16fde51b3db38d0795dd4390d2fee189c0d19;p=functest.git Revert "Temporarily switch to collivier/abot_charm" This reverts commit 41177bc31389f923580278a0b914e511322961b2. Change-Id: Ic4e7f790ed084713eeb930d86f00af0989d46874 Signed-off-by: Cédric Ollivier --- diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile index fe63c6070..cce597a3c 100644 --- a/docker/vnf/Dockerfile +++ b/docker/vnf/Dockerfile @@ -55,7 +55,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/collivier/abot_charm.git $ABOT_CHARM && \ + git fetch --tags https://github.com/RebacaInc/abot_charm.git $ABOT_CHARM && \ git checkout FETCH_HEAD) && \ python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt -cupper-constraints.opnfv.txt \ juju-wait==$JUJU_WAIT_TAG && \