Commit 487328e4 authored by Andy Wilkinson's avatar Andy Wilkinson

Configure user name used for Gradle CI builds

Closes gh-20312
parent 216ccc9b
...@@ -38,3 +38,9 @@ curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_VERSI ...@@ -38,3 +38,9 @@ curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_VERSI
chmod +x entrykit && \ chmod +x entrykit && \
mv entrykit /bin/entrykit && \ mv entrykit /bin/entrykit && \
entrykit --symlink entrykit --symlink
###########################################################
# GRADLE ENTERPRISE
###########################################################
mkdir ~/.gradle
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment