Configure user name used for Gradle CI builds
Closes gh-20312
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user