Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed May 11, 2020
1 parent 132bffa commit d1ad904
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ stages:
make install-test-dependencies
workingDirectory: '$(GOPATH)'
displayName: Install kubebuilder and test dependencies
- script: make validate-copyright-headers
continueOnError: 'false'
- task: Bash@3
inputs:
targetType: 'inline'
script: 'make validate-copyright-headers'
workingDirectory: '$(MODULE_PATH)'
displayName: 'Validate Copyright Headers'
workingDirectory: '$(MODULE_PATH)'


- stage: Test
jobs:
- job:
Expand Down

0 comments on commit d1ad904

Please sign in to comment.