AZP: Ensure collection dir is writable

This commit is contained in:
John Barker 2021-02-15 09:48:42 +00:00
parent bc0fb3096b
commit 05c3d6929c

View file

@ -14,6 +14,9 @@ function join {
echo "$*";
}
# Ensure we can write other collections to this dir
sudo chown "$(whoami)" "${PWD}/../../"
test="$(join / "${args[@]:1}")"
docker images ansible/ansible