Remove PATH hack (#158)

pull/159/head
John R Barker 2020-12-11 13:43:34 +00:00 committed by GitHub
parent 5ba60e6f66
commit 42e8279c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,7 @@ variables:
resources:
containers:
- 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

View File

@ -14,9 +14,6 @@ function join {
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
sudo chown "$(whoami)" "${PWD}/../../"