Skip to content

Commit

Permalink
add validate-fips step into onebranch build rp template
Browse files Browse the repository at this point in the history
  • Loading branch information
arborite-rh committed Mar 2, 2022
1 parent 57dacbb commit 9688c1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pipelines/onebranch/templates/template-buildrp-buildaro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ steps:
mkdir -p $(ob_outputDirectory)
cp aro $(ob_outputDirectory)/aro
workingDirectory: $(Build.SourcesDirectory)
- task: Bash@3
displayName: 🕵️ Validate FIPS
inputs:
targetType: inline
script: |
export GOPATH=$(Agent.TempDirectory)
make validate-fips
workingDirectory: $(Agent.TempDirectory)/src/github.com/Azure/ARO-RP

0 comments on commit 9688c1e

Please sign in to comment.