From af7d2eac373fed56e1a2fea0024d2450cce23c6b Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 25 Sep 2023 15:44:53 +0900 Subject: [PATCH] =?UTF-8?q?Agent=E5=90=8D=E3=81=8C=E5=8F=A4=E3=81=84?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-production.yml | 2 +- azure-pipelines-staging-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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