From 1b2c980902f4fe22a7dfe76bc7229f2cfe43c8e0 Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 25 Sep 2023 16:22:24 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=83=A8=E3=81=8B=E3=82=89=E3=83=87?= =?UTF-8?q?=E3=83=97=E3=83=AD=E3=82=A4=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index c08bdd5..fbc1e24 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -30,7 +30,7 @@ jobs: condition: succeeded('initialize') displayName: Backend Deploy pool: - name: odms-deploy-pipeline + vmImage: ubuntu-latest steps: - checkout: self clean: true @@ -53,7 +53,7 @@ jobs: storageAccountName: saomdspipeline containerName: staging pool: - name: odms-deploy-pipeline + vmImage: ubuntu-latest steps: - checkout: self clean: true