mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +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:
@@ -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