From: Anil Belur Date: Tue, 2 Apr 2024 23:44:04 +0000 (+0000) Subject: Merge "Fix: Add comment as parameter to deploy job" X-Git-Tag: v0.90.4~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b2507b915c7a4c93384b5cff2d85acb2958bcd41;hp=c4ca29900a89b9e36a20cf2fda1c686073a59801;p=releng%2Fglobal-jjb.git Merge "Fix: Add comment as parameter to deploy job" --- diff --git a/shell/jjb-deploy-job.sh b/shell/jjb-deploy-job.sh index f62b7df0..dff70828 100644 --- a/shell/jjb-deploy-job.sh +++ b/shell/jjb-deploy-job.sh @@ -26,6 +26,7 @@ lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder if [ "${GERRIT_PROJECT}" == "${PROJECT}" ]; then echo "-----> Fetching ${PROJECT} patch" git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD + git submodule update --init --recursive fi # If not Gerrit Trigger than assume GitHub