mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Use ubuntu 20.04 to build
This commit is contained in:
parent
7ef4eb00c9
commit
5b53d1b20c
@ -19,7 +19,7 @@ jobs:
|
||||
- job: unit_tests
|
||||
dependsOn: build
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
- job: integration_tests
|
||||
dependsOn: build
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
|
@ -1,7 +1,7 @@
|
||||
jobs:
|
||||
- job: docker
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- task: Docker@2
|
||||
inputs:
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
displayName: Tag and push Docker images to DockerHub
|
||||
- job: github
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
vmImage: ubuntu-20.04
|
||||
dependsOn: docker
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
|
Loading…
Reference in New Issue
Block a user