Skip to content

Commit

Permalink
Build.Reason による指定で template.job.SonarQube.yml 以外に関しては削除
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Apr 28, 2019
1 parent 4e00860 commit 332fa43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions ci/azure-pipelines/template.job.build-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
BuildPlatform: 'x64'
Configuration: 'Release'

# set condition at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/process/conditions?view=azure-devops&viewFallbackFrom=vsts&tabs=yaml
# see Build.Reason at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
condition: ne(variables['Build.Reason'], 'Schedule')

steps:
# show environmental variables for debug.
- script: set
Expand Down
4 changes: 0 additions & 4 deletions ci/azure-pipelines/template.job.checkEncoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}

# set condition at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/process/conditions?view=azure-devops&viewFallbackFrom=vsts&tabs=yaml
# see Build.Reason at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
condition: ne(variables['Build.Reason'], 'Schedule')

steps:
# show environmental variables for debug.
- script: set
Expand Down
4 changes: 0 additions & 4 deletions ci/azure-pipelines/template.job.cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
BuildPlatform: 'x64'
Configuration: 'Release'

# set condition at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/process/conditions?view=azure-devops&viewFallbackFrom=vsts&tabs=yaml
# see Build.Reason at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
condition: ne(variables['Build.Reason'], 'Schedule')

steps:
# show environmental variables for debug.
- script: set
Expand Down
4 changes: 0 additions & 4 deletions ci/azure-pipelines/template.job.doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
BuildPlatform: 'x64'
Configuration: 'Release'

# set condition at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/process/conditions?view=azure-devops&viewFallbackFrom=vsts&tabs=yaml
# see Build.Reason at https://docs.microsoft.com/ja-jp/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
condition: ne(variables['Build.Reason'], 'Schedule')

steps:
# show environmental variables for debug.
- script: set
Expand Down

0 comments on commit 332fa43

Please sign in to comment.