mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Remove PATH hack (#158)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}/../../"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user