@@ -116,16 +116,16 @@ jobs:
116116 param_image="dockerImageTag=${DEVTEST_PR_NUM_TAG}"
117117 param_tests="testTypes=[${test_types[$ENVIRONMENT_NAME]}]"
118118
119- # echo "Starting Azure devops pipeline \"Deploy to Azure - Core ${ENVIRONMENT_NAME}\"..."
120- # RUN_ID=$(az pipelines run \
121- # --branch "${BRANCH_NAME}" \
122- # --commit-id "$COMMIT_SHA" \
123- # --name "Deploy to Azure - Core ${ENVIRONMENT_NAME}" \
124- # --org "${organisation}" \
125- # --project "${project_name}" \
126- # --parameters "$param_image" "$param_tests" \
127- # --output tsv --query id)
128-
129- # echo "Click here to view the ADO pipeline: ${organisation}/${project_name}/_build/results?buildId=${RUN_ID}"
130-
131- # scripts/bash/wait_ado_pipeline.sh "$RUN_ID" "${organisation}" "${project_name}" 1800
119+ echo "Starting Azure devops pipeline \"Deploy to Azure - Core ${ENVIRONMENT_NAME}\"..."
120+ RUN_ID=$(az pipelines run \
121+ --branch "${BRANCH_NAME}" \
122+ --commit-id "$COMMIT_SHA" \
123+ --name "Deploy to Azure - Core ${ENVIRONMENT_NAME}" \
124+ --org "${organisation}" \
125+ --project "${project_name}" \
126+ --parameters "$param_image" "$param_tests" \
127+ --output tsv --query id)
128+
129+ echo "Click here to view the ADO pipeline: ${organisation}/${project_name}/_build/results?buildId=${RUN_ID}"
130+
131+ scripts/bash/wait_ado_pipeline.sh "$RUN_ID" "${organisation}" "${project_name}" 1800
0 commit comments