File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ jobs:
116116 param_tests="testTypes=[${test_types[$ENVIRONMENT_NAME]}]"
117117
118118 echo "Starting Azure devops pipeline \"Deploy to Azure - Core ${ENVIRONMENT_NAME}\"..."
119- # RUN_ID=$(az pipelines run \
120- # --branch "${BRANCH_NAME}" \
121- # --commit-id "$COMMIT_SHA" \
122- # --name "Deploy to Azure - Core ${ENVIRONMENT_NAME}" \
123- # --org "${organisation}" \
124- # --project "${project_name}" \
125- # --parameters "$param_image" "$param_tests" \
126- # --output tsv --query id)
127-
128- # echo "Click here to view the ADO pipeline: ${organisation}/${project_name}/_build/results?buildId=${RUN_ID}"
129-
130- # scripts/bash/wait_ado_pipeline.sh "$RUN_ID" "${organisation}" "${project_name}" 1800
119+ RUN_ID=$(az pipelines run \
120+ --branch "${BRANCH_NAME}" \
121+ --commit-id "$COMMIT_SHA" \
122+ --name "Deploy to Azure - Core ${ENVIRONMENT_NAME}" \
123+ --org "${organisation}" \
124+ --project "${project_name}" \
125+ --parameters "$param_image" "$param_tests" \
126+ --output tsv --query id)
127+
128+ echo "Click here to view the ADO pipeline: ${organisation}/${project_name}/_build/results?buildId=${RUN_ID}"
129+
130+ scripts/bash/wait_ado_pipeline.sh "$RUN_ID" "${organisation}" "${project_name}" 1800
You can’t perform that action at this time.
0 commit comments