Skip to content

Commit

Permalink
Preserve docker cache on unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Feb 12, 2024
1 parent d5d1742 commit 6d3d0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git
docker
2 changes: 1 addition & 1 deletion patches/turing/apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -e

if [[ ! -e "docker" || ! -e "mathrace_interaction" || ! -e "patches" || ! -e "turing" ]]; then
if [[ ! -e "mathrace_interaction" || ! -e "patches" || ! -e "turing" ]]; then
echo "This script must be run as 'bash patches/turing/apply_patches.sh' from the top level directory of the repository"
exit 1
fi
Expand Down

0 comments on commit 6d3d0e4

Please sign in to comment.