Configure user name used for Gradle CI builds

Closes gh-20312
This commit is contained in:
Andy Wilkinson
2020-02-25 10:06:52 +00:00
parent 216ccc9b9f
commit 487328e4c0

View File

@@ -38,3 +38,9 @@ curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_VERSI
chmod +x entrykit && \
mv entrykit /bin/entrykit && \
entrykit --symlink
###########################################################
# GRADLE ENTERPRISE
###########################################################
mkdir ~/.gradle
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties