We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee43c6 commit 3a93c7cCopy full SHA for 3a93c7c
.gitlab-ci.yml
@@ -136,6 +136,7 @@ default:
136
policy: $BUILD_CACHE_POLICY
137
before_script:
138
- source .gitlab/gitlab-utils.sh
139
+ - mkdir -p .gradle
140
- export GRADLE_USER_HOME=$(pwd)/.gradle
141
- |
142
# Don't put jvm args here as it will be picked up by child gradle processes used in tests
@@ -153,7 +154,6 @@ default:
153
154
# with Gitlab caching, .gradle is always owned by root and thus gradle's chmod invocation fails
155
# This dance is a hack to have .gradle owned by the Gitlab runner user
156
- gitlab_section_start "gradle-dance" "Fix .gradle directory permissions"
- - mkdir -p .gradle
157
- cp -r .gradle .gradle-copy
158
- rm -rf .gradle
159
- mv .gradle-copy .gradle
0 commit comments