Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 0ec9a89

Browse files
committed
Cache cache cache?
1 parent e4f7678 commit 0ec9a89

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitpod.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
image:
88
file: .gitpod.Dockerfile
99

10+
ports:
11+
- name: Bloop Interface
12+
port: 7878
13+
protocol: https
14+
1015
additionalRepositories:
1116
- url: https://github.com/bloopai/answer-api
1217
checkoutLocation: answer-api
@@ -26,7 +31,7 @@ tasks:
2631
2732
# this is working around a gitpod bug
2833
# https://github.com/gitpod-io/gitpod/issues/524
29-
mv ~/.cargo .
34+
cp -a ~/.cargo .
3035
tar czpf target.tar.gz target .cargo
3136
rm -rf .cargo target
3237
@@ -52,5 +57,5 @@ tasks:
5257
command: |
5358
cd /workspace/answer-api
5459
git checkout nix-cachix
55-
nix run /workspace/answer-api#
60+
nix run /workspace/answer-api?ref=nix-cachix#
5661
openMode: tab-after

0 commit comments

Comments
 (0)