summaryrefslogtreecommitdiffstats
path: root/docker/prepare_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/prepare_env.sh')
-rwxr-xr-xdocker/prepare_env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/prepare_env.sh b/docker/prepare_env.sh
index 5a39c8407..0c618bff8 100755
--- a/docker/prepare_env.sh
+++ b/docker/prepare_env.sh
@@ -92,6 +92,7 @@ if [ $offline == false ]; then
info "Functest repo: given commit is ${FUNCTEST_COMMIT}. Reseting..."
git reset --hard ${FUNCTEST_COMMIT}
fi
+ source ${BASEDIR}/common.sh
info "Updating Releng repository...."
cd ${RELENG_REPO_DIR}