From a3cfb20449945256ce76478cb174eadc007426aa Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Fri, 22 Sep 2023 16:05:40 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=99=82=E7=9A=84=E3=81=ABmain?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81=E3=81=AB=E9=99=90=E5=AE=9A?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E5=87=A6=E7=90=86=E3=82=92?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-production.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index 45eba43..8651fa3 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -16,15 +16,15 @@ jobs: clean: true fetchDepth: 1 persistCredentials: true - - script: | - git fetch origin main:main - if git merge-base --is-ancestor $(Build.SourceVersion) main; then - echo "This commit is in the main branch." - else - echo "This commit is not in the main branch." - exit 1 - fi - displayName: 'タグが付けられたCommitがmainブランチに存在するか確認' + # - script: | + # git fetch origin main:main + # if git merge-base --is-ancestor $(Build.SourceVersion) main; then + # echo "This commit is in the main branch." + # else + # echo "This commit is not in the main branch." + # exit 1 + # fi + # displayName: 'タグが付けられたCommitがmainブランチに存在するか確認' - job: backend_deploy displayName: Backend Deploy pool: