Skip to content

Commit

Permalink
XS✔ ◾ Fixing ADO Pipelines Error (#408)
Browse files Browse the repository at this point in the history
## Summary

### Motivation

The new Prod ADO pipeline fails to run due to an error.

### Technical

Correcting the pool for the checks stage to use a server rather than
serverless host, as required by the checks performed.

## Testing

### Test Types

- [ ] Unit tests
- [X] Manual tests
  • Loading branch information
muiriswoulfe authored Jul 17, 2023
1 parent 262c3fb commit a6c2ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/azure-devops/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ stages:
displayName: Checks
jobs:
- job: Checks
pool: server
pool:
vmImage: ubuntu-latest
variables:
- name: skipComponentGovernanceDetection
value: true
Expand Down

0 comments on commit a6c2ee0

Please sign in to comment.