There was an error while loading. Please reload this page.
1 parent 6af6939 commit d1f72b8Copy full SHA for d1f72b8
.gitpod.yml
@@ -3,15 +3,15 @@ image:
3
4
ports:
5
- port: 8080
6
- onOpen: open-browser
+ onOpen: open-preview
7
tasks:
8
- command: >
9
- bc run:exercises;
+ bc run:exercises -editor=gitipod;
10
github:
11
prebuilds:
12
# enable for the master/default branch (defaults to true)
13
master: true
14
# enable for pull requests coming from this repo (defaults to true)
15
pullRequests: false
16
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
17
- addComment: false
+ addComment: false
0 commit comments