File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
cache :
4
4
paths :
5
5
# - '/root/.gradle/caches/**/*'
6
- - ' /root /.gradle/wrapper/**/*'
6
+ - ' /home/codebuild-user /.gradle/wrapper/**/*'
7
7
8
8
env :
9
9
variables :
@@ -17,6 +17,7 @@ phases:
17
17
- dnf install -y acl
18
18
- chown -R codebuild-user:codebuild-user /codebuild/output
19
19
- chown -R codebuild-user:codebuild-user /codebuild/local-cache
20
+ - chown -R codebuild-user:codebuild-user /home/codebuild-user
20
21
- setfacl -m d:o::rwx,o::rwx /root
21
22
- mkdir /tmp/testArtifacts; chmod 777 /tmp/testArtifacts
22
23
- export AWS_CODEARTIFACT_NUGET_LOGFILE=/tmp/testArtifacts/codeArtifactNuGet.log
@@ -35,7 +36,7 @@ phases:
35
36
36
37
- chmod +x gradlew
37
38
- su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME check coverageReport --info --console plain --continue"
38
- - ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME buildPlugin
39
+ - su codebuild-user -c " ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME buildPlugin"
39
40
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
40
41
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g') # Encode `#` in the URL because otherwise the url is clipped in the Codecov.io site
41
42
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
You can’t perform that action at this time.
0 commit comments