Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Jul 26, 2021
1 parent c3847d8 commit 76dbe76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resources:
- repository: microsoftai
type: git
name: one/AGAI-Industrial-CICD
ref: refs/heads/release/eap_alpha_5
ref: refs/heads/release/beta-1
- repository: industrialai
type: git
name: one/AGAI-Industrial-AI
Expand All @@ -41,6 +41,7 @@ extends:
variables: # More settings at https://aka.ms/obpipelines/yaml/jobs
ob_outputDirectory: '$(Build.SourcesDirectory)/out' # this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
steps:
- checkout: self
- checkout: industrialai

- template: .ci/steps/python_ai_test.yml@microsoftai
Expand All @@ -53,3 +54,5 @@ extends:
ob_outputDirectory: '$(Build.SourcesDirectory)/out' # this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
steps:
- template: .ci/steps/python_ai_safety.yml@microsoftai
parameters:
SrcRoot: $(System.DefaultWorkingDirectory)/src

0 comments on commit 76dbe76

Please sign in to comment.