Skip to content

Commit

Permalink
Merge pull request #3879 from LBNL-UCB-STI/inm/docker-beam-env-image-…
Browse files Browse the repository at this point in the history
…improvement

Docker: beam-environment image - better message for gradle cache
  • Loading branch information
nikolayilyin authored Jun 20, 2024
2 parents 93836d1 + 79cee6e commit 3a46a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/beam-environment/execute-gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
##
gradle_cache_path="$PATH_TO_CODE/.gradle"
if [ -e "/root/gradle_cache/.this_volume_was_not_mounted.txt" ]; then
echo "Gradle cache was not mounted, using a default directory in the root of code folder: '.gradle' ($gradle_cache_path)"
echo "Gradle cache is not mounted to /root/gradle_cache, using a default directory in the root of code folder: '.gradle'"
mkdir -p "$gradle_cache_path"
else
gradle_cache_path="/root/gradle_cache"
Expand Down

0 comments on commit 3a46a33

Please sign in to comment.