Skip to content

Commit

Permalink
adding step to pipeline for copyright validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflueger committed Mar 26, 2020
1 parent c76869e commit bce3f6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devops/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ steps:
# REQUEUE_AFTER: $(REQUEUE_AFTER)
# workingDirectory: '$(MODULE_PATH)'

- script: |
make validate-copyright-headers
continueOnError: 'false'
displayName: 'Validate Copyright Headers'
workingDirectory: '$(MODULE_PATH)'

- script: |
set -e
GO111MODULE="on" go get sigs.k8s.io/kind@v0.4.0
Expand Down Expand Up @@ -136,7 +142,7 @@ steps:
REQUEUE_AFTER: $(REQUEUE_AFTER)
KUBEBUILDER_ASSETS: $(MODULE_PATH)/bin
BUILD_ID: $(Build.BuildId)
workingDirectory: '$(MODULE_PATH)'
workingDirectory: '$(MODULE_PATH)'

- task: AzureCLI@2
displayName: 'Clean up Azure Resources'
Expand Down

0 comments on commit bce3f6f

Please sign in to comment.