summaryrefslogtreecommitdiffstats
path: root/docker/common.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-15 10:29:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-15 10:29:30 +0000
commit8526ec5005554dbb092f085341ebd84a5c076748 (patch)
treeed0c5028f05365b82bb6ca6bb0fc30a2a180d3a8 /docker/common.sh
parent246b11bd307da2a3a3de9d642a9627aca80e5c4c (diff)
parent6a865b115f7533d70ca622172665c0da6ddac89d (diff)
Merge "Added more consistency when getting the config_functest.yaml"
Diffstat (limited to 'docker/common.sh')
-rwxr-xr-xdocker/common.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/common.sh b/docker/common.sh
index f21263c7e..f03572d76 100755
--- a/docker/common.sh
+++ b/docker/common.sh
@@ -20,6 +20,12 @@
#
# If it is not provided, take the existing one in the functest repo
#
+
+# this pull is to be removed right before the B release, once we build
+# a release candidate docker
+cd $repos_dir/functest
+git pull
+
mkdir -p /home/opnfv/functest/conf
config_file=/home/opnfv/functest/conf/config_functest.yaml
if [ ! -f ${config_file} ]; then