summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-11-14 15:52:37 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-11-14 17:06:41 +0100
commit28c4803587c071d9faef1abd0b444541d4b34b74 (patch)
tree04280cd40932de9780ea3870982cd75d0161ebbe
parent5d201d0a539c1e3beeb72bbffd951636b1235087 (diff)
Remove $BRANCH in healthcheck/Dockerfile
This build arg is now useless because the multijobs call build.sh instead of the previous helper [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/47067/ Change-Id: I52af9a5c4ed0775208d4467853f1b886a543de59 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit e045d841c8f52949088fbed007abd0c6df79d194)
-rw-r--r--docker/components/Dockerfile3
-rw-r--r--docker/healthcheck/Dockerfile3
2 files changed, 0 insertions, 6 deletions
diff --git a/docker/components/Dockerfile b/docker/components/Dockerfile
index 93567ce26..8794f78de 100644
--- a/docker/components/Dockerfile
+++ b/docker/components/Dockerfile
@@ -1,7 +1,4 @@
FROM opnfv/functest-core:euphrates
-# useless build arg forced by releng/jjb/releng/opnfv-docker.sh
-ARG BRANCH=stable/euphrates
-
COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
CMD ["bash","-c","prepare_env start && run_tests -t all"]
diff --git a/docker/healthcheck/Dockerfile b/docker/healthcheck/Dockerfile
index 93567ce26..8794f78de 100644
--- a/docker/healthcheck/Dockerfile
+++ b/docker/healthcheck/Dockerfile
@@ -1,7 +1,4 @@
FROM opnfv/functest-core:euphrates
-# useless build arg forced by releng/jjb/releng/opnfv-docker.sh
-ARG BRANCH=stable/euphrates
-
COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
CMD ["bash","-c","prepare_env start && run_tests -t all"]