Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit f6cf4b6

Browse files
Update azure pipelines (#31)
1 parent 2cbf2c0 commit f6cf4b6

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.azdo/azure-pipeline.yaml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ pool:
55
vmImage: ubuntu-latest
66

77
steps:
8-
- task: PoliCheck@2
9-
displayName: 'Run PoliCheck'
10-
inputs:
11-
targetType: 'F'
12-
targetArgument: '$(Build.SourcesDirectory)'
13-
result: 'PoliCheck.xml'
14-
toolVersion: Latest
15-
- script: docker build -t graphrag:backend -f docker/Dockerfile-backend .
16-
displayName: 'Build backend docker image'
17-
- script: docker build -t graphrag:frontend -f docker/Dockerfile-frontend .
18-
displayName: 'Build frontend docker image'
19-
# Component Governance does not support pyproject.toml yet.
20-
# For that reason, use toml-to-requirements to export the
21-
# dependencies into a requirements.txt file.
228
- script: |
239
pip install toml-to-requirements
2410
toml-to-req --toml-file pyproject.toml --poetry --optional-lists dev,test,backend,frontend
@@ -31,4 +17,10 @@ steps:
3117
scanType: 'Register'
3218
verbosity: 'Verbose'
3319
alertWarningLevel: 'High'
34-
dockerImagesToScan: graphrag:backend,graphrag:frontend
20+
# - task: PoliCheck@2
21+
# displayName: 'Run PoliCheck'
22+
# inputs:
23+
# targetType: 'F'
24+
# targetArgument: '$(Build.SourcesDirectory)'
25+
# result: 'PoliCheck.xml'
26+
# toolVersion: Latest

0 commit comments

Comments
 (0)