summaryrefslogtreecommitdiffstats
path: root/conductor
diff options
context:
space:
mode:
authorIkram Ikramullah <ikram@research.att.com>2018-02-19 11:20:57 -0500
committerIkram Ikramullah <ikram@research.att.com>2018-02-19 11:21:11 -0500
commit8d22623d4cf2aacebe4498cb46733550349406ae (patch)
treead33f4390ff66b4b038720e0d30eb31c473faf36 /conductor
parentc9e7894c315b52d71ca7eddb520b4a19442e5433 (diff)
Fixed another Dockerfile
data component docker file was pointing to wrong repo. Fixed that to point to onap Issue-ID: OPTFRA-123 Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
Diffstat (limited to 'conductor')
-rwxr-xr-xconductor/docker/data/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/docker/data/Dockerfile b/conductor/docker/data/Dockerfile
index 207929c..d3836d9 100755
--- a/conductor/docker/data/Dockerfile
+++ b/conductor/docker/data/Dockerfile
@@ -19,7 +19,7 @@ FROM python:2.7
RUN apt-get update
RUN apt-get --assume-yes install python-setuptools
RUN virtualenv ../venv
-RUN git clone https://fi241c@codecloud.web.att.com/scm/st_cloudqos/conductor.git
+RUN git clone https://gerrit.onap.org/r/optf/has
WORKDIR ./conductor
RUN pip install .
RUN pwd