Skip to content

Commit

Permalink
Do not echo three dashes at the end of restore cache script (#146)
Browse files Browse the repository at this point in the history
* Do not echo three dashes at the end of restore cache script

This conflicts with Buildkite's terminal-to-html render

* Don't add 3 dashes when saving cache as well

As it collides with Buildkite terminal-to-html render
  • Loading branch information
wzieba authored Feb 4, 2025
1 parent e1517df commit 1373ca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bin/restore_gradle_dependency_cache
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ if [ -d "$DEP_CACHE_FOLDER_NAME/modules-2/" ]; then
fi

popd

echo "---"
2 changes: 0 additions & 2 deletions bin/save_gradle_dependency_cache
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ pushd "$DEP_CACHE_BASE_FOLDER"
# For now we are using a single key - we might expand on this later by using dependency catalog version
save_cache "$DEP_CACHE_FOLDER_NAME" "$GRADLE_DEPENDENCY_CACHE_KEY" --force
popd

echo "---"

0 comments on commit 1373ca1

Please sign in to comment.