From 303a7f16b507a9ae1262d6843b3778ce6c348288 Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Tue, 7 May 2019 23:06:29 -0400 Subject: [PATCH] create gradle folder with proper permissions so that docker does not create one owned by root automatically --- scripts/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cibuild b/scripts/cibuild index 12c9567b8..1a6156c21 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -23,6 +23,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then if [ "${1:-}" = "--help" ]; then usage else + mkdir -p .gradle GIT_COMMIT="${GIT_COMMIT}" docker-compose \ -f docker-compose.ci.yml \ run --rm \