Remove PATH hack (#158)
parent
5ba60e6f66
commit
42e8279c75
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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