Skip to content

Commit

Permalink
buildlib: Use the right container for azure pipelines release mode
Browse files Browse the repository at this point in the history
Switching to gcc10 needed the new container.

Fixes: 0136516 ("build/azp: Update to gcc-10")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
jgunthorpe committed Jul 7, 2020
1 parent 53d8464 commit 4c60200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/azure-pipelines-release.yml
Expand Up @@ -11,7 +11,7 @@ trigger:
resources:
containers:
- container: azp
image: ucfconsort.azurecr.io/rdma-core/azure_pipelines:25.0
image: ucfconsort.azurecr.io/rdma-core/azure_pipelines:29.0
endpoint: ucfconsort_registry

stages:
Expand Down

0 comments on commit 4c60200

Please sign in to comment.