Skip to content

Commit

Permalink
Move coursier cache to /workspace so it gets persisted (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner authored May 13, 2023
1 parent f78a06d commit ebdd4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tasks:
command: |
gp sync-await setup
cd /workspace/lila
export COURSIER_CACHE=/workspace/coursier-cache
sbt bloopInstall
mkdir ~/.bloop && echo '{"javaOptions": [ "-Dfile.encoding=UTF-8" ]}' > ~/.bloop/bloop.json
gp sync-done lila-sbt
Expand All @@ -20,6 +21,7 @@ tasks:
command: |
gp sync-await lila-sbt
cd /workspace/lila-ws
export COURSIER_CACHE=/workspace/coursier-cache
sbt compile
sbt -Dconfig.file=/workspace/lila-ws-gitpod-application.conf run
- name: setup
Expand Down

0 comments on commit ebdd4e1

Please sign in to comment.