mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Remove PATH hack (#158)
This commit is contained in:
@@ -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