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: