Skip to content

Commit cb411a0

Browse files
committed
feat: activate the deploy stage script
1 parent cce2aa5 commit cb411a0

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/stage-4-deploy-devtest.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)