Skip to content

Commit dbc1893

Browse files
author
Laurence Joseph Pakenham-Smith
authored
Merge pull request #380 from NHSDigital/update-manual-approval-vm-image
Update VM image for manual approval to ubuntu-latest.
2 parents 100d0af + debb724 commit dbc1893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure/common/deploy-manual-approval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ stages:
1313
displayName: Manual Approval Required
1414
timeoutInMinutes: 60
1515
pool:
16-
vmImage: "Ubuntu-16.04"
16+
vmImage: "ubuntu-latest"
1717
environment: ${{ parameters.manual_approval_env }}
1818
strategy:
1919
runOnce:
2020
deploy:
2121
steps:
2222
- bash: |
23-
echo Approved
23+
echo Approved

0 commit comments

Comments
 (0)