Skip to content

Commit

Permalink
Update ModuleRelease.yml
Browse files Browse the repository at this point in the history
Revert changes
  • Loading branch information
ArcturusZhang authored Oct 28, 2019
1 parent 552b7d2 commit c3d81ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/ModuleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- template: steps/CheckCopyrightHeader.yml
parameters:
folder: './profiles'
- script: go run ./tools/moduler/main.go ./services -v
displayName: 'Run Moduler'
workingDirectory: '$(sdkPath)'
- script: |
# test if there are new profiles
if [ -z "$(git status --porcelain)" ]; then
Expand All @@ -32,3 +29,6 @@ jobs:
fi
workingDirectory: '$(sdkPath)'
displayName: 'Push Profiles'
- script: go run ./tools/moduler/main.go ./services -v
displayName: 'Run Moduler'
workingDirectory: '$(sdkPath)'

0 comments on commit c3d81ba

Please sign in to comment.