aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-10-05 13:36:19 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-10-05 13:38:08 +0200
commit9e677f4b32e5d6f815218539f5bcad78e6830638 (patch)
tree4ffc4913c495d13d6c5871d944faea9aa9036ce3
parentdb03eff9abbbcf933d2a409e29342b1a4c8e35b8 (diff)
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 <cedric.ollivier@orange.com> (cherry picked from commit caf48eebae6c3ffadf1589c5f34d4a272fb09b92)
-rw-r--r--docker/vnf/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile
index e47e586ef..2b6946c38 100644
--- a/docker/vnf/Dockerfile
+++ b/docker/vnf/Dockerfile
@@ -54,7 +54,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 upper-constraints.txt upper-constraints.opnfv.txt /src/vims-test/.git /src/cloudify_vims/.git /src/heat_vims/.git /src/vims-test/quaff/.git \