Skip to content

Commit

Permalink
create gradle folder with proper permissions so that docker
Browse files Browse the repository at this point in the history
does not create one owned by root automatically
  • Loading branch information
starcraft66 committed May 8, 2019
1 parent c6deba6 commit 303a7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 303a7f1

Please sign in to comment.