Skip to content

Commit

Permalink
cleanup az devops pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Jun 2, 2024
1 parent ed8c594 commit ba1de36
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .azdo/azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ pool:
vmImage: ubuntu-latest

steps:
# - task: Docker@2
# displayName: Build backend docker image
# inputs:
# command: build
# repository: backend
# Dockerfile: $(Build.SourcesDirectory)/docker/Dockerfile-backend
# tags: latest
# - task: Docker@2
# displayName: Build frontend docker image
# inputs:
# command: build
# repository: frontend
# Dockerfile: $(Build.SourcesDirectory)/docker/Dockerfile-frontend
# tags: latest
- script: docker build -t graphrag:backend -f docker/Dockerfile-backend .
- script: docker build -t graphrag:frontend -f docker/Dockerfile-frontend .
# Component Governance does not support pyproject.toml yet.
Expand All @@ -39,3 +25,4 @@ steps:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
dockerImagesToScan: graphrag:backend, graphrag:frontend

0 comments on commit ba1de36

Please sign in to comment.