diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-04 12:48:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-04 12:48:50 +0000 |
commit | f11fb566d2f2289e2fdac88dabfd8f6e193d0353 (patch) | |
tree | 3297d803c13d4975b08060b46b079369b6015023 /docker | |
parent | f17555971dc56efc9bcf198c90fb5237d9f68c9f (diff) | |
parent | 05a54e2c30ef4050da42683b35d04c984f53bd8c (diff) |
Merge "Unlink Functest and Domino tags"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/features/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 54bffe827..af2a1ebe6 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -2,6 +2,7 @@ FROM opnfv/functest-core ARG BRANCH=master ARG OPENSTACK_TAG=stable/ocata +ARG DOMINO_TAG=master COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN apk --no-cache add --update nodejs nodejs-npm && \ @@ -14,7 +15,7 @@ RUN apk --no-cache add --update nodejs nodejs-npm && \ -rthirdparty-requirements.txt && \ npm -g install npm@latest && \ (cd /src/promise/source && npm install) && \ - git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino && \ + git clone --depth 1 -b $DOMINO_TAG https://gerrit.opnfv.org/gerrit/domino /src/domino && \ rm -r thirdparty-requirements.txt /src/domino/.git && \ apk del .build-deps COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml |