aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorDelia Popescu <delia.popescu@enea.com>2018-02-23 11:50:44 +0200
committerDelia Popescu <delia.popescu@enea.com>2018-02-23 12:05:00 +0200
commit9af394aea74f06b60b6b9cf4ca400bdadadbc24f (patch)
tree6ea1628fd6e1ff1882363d7a43efb2e166219071 /build.sh
parentd701e9737f83ff29faba830df426b5a75c9746b1 (diff)
Use functest repo variable
related to: https://gerrit.opnfv.org/gerrit/#/c/52509/ JIRA: FUNCTEST-917 Change-Id: I79512253b37254b9247fda083500e160dba66d6f Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 929f71f1b..88c5a4150 100644
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
set -e
-repo=${repo:-opnfv}
+repo=${REPO:-opnfv}
amd64_dirs=${amd64_dirs-"\
docker/core \
docker/healthcheck \