summaryrefslogtreecommitdiffstats
path: root/docker/common.sh
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-15 11:24:58 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-01-15 11:27:19 +0100
commit6a865b115f7533d70ca622172665c0da6ddac89d (patch)
tree9a87515312266bf2c45380d333f8fd808c2d6e65 /docker/common.sh
parentbe4d2778d535272a3683cb8e518c85065af6a582 (diff)
Added more consistency when getting the config_functest.yaml
Change-Id: Ie48e16adee25f7a00d6b9d4a45e804a066064eee Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
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