Skip to content

Commit 337b3c6

Browse files
committed
chore: check home
1 parent 7cecea5 commit 337b3c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ build:
260260
DEPENDENCY_CACHE_POLICY: pull
261261
script:
262262
- if [ $CI_PIPELINE_SOURCE == "schedule" ] ; then ./gradlew resolveAndLockAll --write-locks $GRADLE_ARGS; fi
263+
- echo $HOME
263264
- ./gradlew --version
264265
- ./gradlew clean :dd-java-agent:shadowJar :dd-trace-api:jar :dd-trace-ot:shadowJar -PskipTests $GRADLE_ARGS
266+
- ls -lah $HOME/.java/.userPrefs
265267
- echo UPSTREAM_TRACER_VERSION=$(java -jar workspace/dd-java-agent/build/libs/*.jar) >> upstream.env
266268
- echo "BUILD_JOB_NAME=$CI_JOB_NAME" >> build.env
267269
- echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env
@@ -422,6 +424,8 @@ publish-artifacts-to-s3:
422424
- ./gradlew --version
423425
- ./gradlew $GRADLE_TARGET $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PskipSpotless -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
424426
after_script:
427+
- echo $HOME
428+
- ls -lah $HOME/.java/.userPrefs
425429
- *cgroup_info
426430
- source .gitlab/gitlab-utils.sh
427431
- gitlab_section_start "collect-reports" "Collecting reports"

0 commit comments

Comments
 (0)