From e1dad76ccbe1f1f43babb1774e407d8583e61405 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 15 Feb 2021 09:57:03 +0000 Subject: [PATCH] AZP: Ensure collection dir is writable (#139) --- 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