From 05c3d6929c670c39c46b33393de3f9bee02a1a4e Mon Sep 17 00:00:00 2001 From: John Barker Date: Mon, 15 Feb 2021 09:48:42 +0000 Subject: [PATCH] AZP: Ensure collection dir is writable --- tests/utils/shippable/shippable.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 7e46207..b1dbfb0 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -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