File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ tasks :
2
+ - init : |
3
+ export RICHIE_SITE=diceytech
4
+ make bootstrap
5
+ make stop
6
+ # Ports to expose on workspace startup
7
+ ports :
8
+ - port : 8070
9
+ onOpen : open-preview
10
+ github :
11
+ prebuilds :
12
+ # enable for the master/default branch (defaults to true)
13
+ master : true
14
+ # enable for all branches in this repo (defaults to false)
15
+ branches : true
16
+ # enable for pull requests coming from this repo (defaults to true)
17
+ pullRequests : true
18
+ # enable for pull requests coming from forks (defaults to false)
19
+ pullRequestsFromForks : true
20
+ # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
21
+ addComment : true
22
+ # add a "Review in Gitpod" button to pull requests (defaults to false)
23
+ addBadge : false
24
+ # add a label once the prebuild is ready to pull requests (defaults to false)
25
+ addLabel : prebuilt-in-gitpod
Original file line number Diff line number Diff line change 1
- RICHIE_SITE ?= funmooc
1
+ RICHIE_SITE ?= diceytech
2
2
3
3
# -- Terminal colors
4
4
COLOR_INFO = \033[0;36m
You can’t perform that action at this time.
0 commit comments