Skip to content

Commit 5f44797

Browse files
authored
Merge pull request #214 from cucumber/fix-makefile-sbt15
fix: 🐛 Bind ~/.cache/sbt directory in Docker release process
2 parents b00eba9 + e7344de commit 5f44797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ release:
5555
--volume "${shell pwd}/../secrets/.ssh":/home/cukebot/.ssh \
5656
--volume "${HOME}/.ivy2":/home/cukebot/.ivy2 \
5757
--volume "${HOME}/.cache/coursier":/home/cukebot/.cache/coursier \
58+
--volume "${HOME}/.cache/sbt":/home/cukebot/.cache/sbt \
5859
--env-file "${shell pwd}/../secrets/secrets.list" \
5960
--user 1000 \
6061
--rm \

0 commit comments

Comments
 (0)