aboutsummaryrefslogtreecommitdiffstats
path: root/docker/common.sh
diff options
context:
space:
mode:
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