From bafc4a8bb96c23ff0027eb3438cf019e1abf1023 Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 25 Sep 2023 12:06:44 +0900 Subject: [PATCH] =?UTF-8?q?main=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81?= =?UTF-8?q?=E7=B8=9B=E3=82=8A=E3=82=92=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=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-staging-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines-staging-test.yml b/azure-pipelines-staging-test.yml index 4710430..cf64d68 100644 --- a/azure-pipelines-staging-test.yml +++ b/azure-pipelines-staging-test.yml @@ -19,15 +19,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_build dependsOn: initialize condition: succeeded('initialize')