diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index 97c9219..c08bdd5 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -97,7 +97,7 @@ jobs: condition: succeeded('frontend_deploy') displayName: DB migration pool: - name: db-migrate-pipelines + name: odms-deploy-pipeline steps: - checkout: self clean: true diff --git a/azure-pipelines-staging-test.yml b/azure-pipelines-staging-test.yml index cf64d68..4f2eed2 100644 --- a/azure-pipelines-staging-test.yml +++ b/azure-pipelines-staging-test.yml @@ -207,7 +207,7 @@ jobs: - backend_deploy - frontend_deploy pool: - name: db-migrate-pipelines + name: odms-deploy-pipeline steps: - checkout: self clean: true