mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Remove PATH hack (#44)
* Remove PATH hack azure-pipelines-test-container:1.7.1 contains a proper fix for ensuring PATH contains the location of pip installed binaries so we can remove the hack. * Correct RHEL groups
This commit is contained in:
parent
af05acdc3b
commit
3955955b37
@ -36,7 +36,7 @@ variables:
|
|||||||
resources:
|
resources:
|
||||||
containers:
|
containers:
|
||||||
- container: default
|
- container: default
|
||||||
image: quay.io/ansible/azure-pipelines-test-container:1.7.0
|
image: quay.io/ansible/azure-pipelines-test-container:1.7.1
|
||||||
|
|
||||||
pool: Standard
|
pool: Standard
|
||||||
|
|
||||||
@ -183,10 +183,10 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
nameFormat: RHEL 8.2 {0}
|
nameFormat: RHEL {0}
|
||||||
testFormat: 2.10/rhel/8.2/{0}
|
testFormat: devel/rhel/{0}
|
||||||
targets:
|
targets:
|
||||||
- test: ''
|
- test: '8.2'
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
@ -197,14 +197,17 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
nameFormat: RHEL 8.2 {0}
|
nameFormat: RHEL {0}
|
||||||
testFormat: 2.9/rhel/8.2/{0}
|
testFormat: devel/rhel/{0}
|
||||||
targets:
|
targets:
|
||||||
- test: ''
|
- test: '8.2'
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
|
|
||||||
|
## Finally
|
||||||
|
|
||||||
- stage: Summary
|
- stage: Summary
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
dependsOn:
|
dependsOn:
|
||||||
|
|||||||
@ -14,9 +14,6 @@ function join {
|
|||||||
echo "$*";
|
echo "$*";
|
||||||
}
|
}
|
||||||
|
|
||||||
# HACK remove once azure-pipelines-test-container has been fixed
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
|
||||||
|
|
||||||
# Ensure we can write other collections to this dir
|
# Ensure we can write other collections to this dir
|
||||||
sudo chown "$(whoami)" "${PWD}/../../"
|
sudo chown "$(whoami)" "${PWD}/../../"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user