Skip to content

Commit

Permalink
Cache cache cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Jul 21, 2023
1 parent e4f7678 commit 0ec9a89
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
image:
file: .gitpod.Dockerfile

ports:
- name: Bloop Interface
port: 7878
protocol: https

additionalRepositories:
- url: https://github.com/bloopai/answer-api
checkoutLocation: answer-api
Expand All @@ -26,7 +31,7 @@ tasks:
# this is working around a gitpod bug
# https://github.com/gitpod-io/gitpod/issues/524
mv ~/.cargo .
cp -a ~/.cargo .
tar czpf target.tar.gz target .cargo
rm -rf .cargo target
Expand All @@ -52,5 +57,5 @@ tasks:
command: |
cd /workspace/answer-api
git checkout nix-cachix
nix run /workspace/answer-api#
nix run /workspace/answer-api?ref=nix-cachix#
openMode: tab-after

0 comments on commit 0ec9a89

Please sign in to comment.