-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
36 lines (33 loc) · 1.14 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
image:
file: .gitpod.Dockerfile
tasks:
- name: prep
init: |
git clone -b fruitfly-api https://github.com/PeARSearch/PeARS-orchard.git /workspace/PeARS-orchard
cd /workspace/PeARS-orchard
docker build -t orchard:latest .
go install google.golang.org/grpc/cmd/[email protected]
go install google.golang.org/protobuf/cmd/[email protected]
command: |
docker run -d -p 8080:8080 -it orchard:latest
echo "Happy Hacking 🍐"
vscode:
extensions:
- EditorConfig.EditorConfig
- hashicorp.terraform
- ms-python.python
- golang.go
- zxh404.vscode-proto3
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: false
addComment: false
addBadge: true