mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
AZP: Ensure collection dir is writable
This commit is contained in:
parent
bc0fb3096b
commit
05c3d6929c
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ function join {
|
||||||
echo "$*";
|
echo "$*";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure we can write other collections to this dir
|
||||||
|
sudo chown "$(whoami)" "${PWD}/../../"
|
||||||
|
|
||||||
test="$(join / "${args[@]:1}")"
|
test="$(join / "${args[@]:1}")"
|
||||||
|
|
||||||
docker images ansible/ansible
|
docker images ansible/ansible
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue