From: Cédric Ollivier Date: Tue, 14 Nov 2017 14:52:37 +0000 (+0100) Subject: Remove $BRANCH in healthcheck/Dockerfile X-Git-Tag: opnfv-5.1.0~18 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F47199%2F1;p=functest.git 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 (cherry picked from commit e045d841c8f52949088fbed007abd0c6df79d194) --- 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"]