File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1- _app
1+ # Ignore everything
2+ /*
3+
4+ ! .gitignore
5+ ! .gitpod.yml
6+ ! .gitpod.Dockerfile
7+ ! bc.json
8+ ! README.md
9+
10+ ! /exercises
11+ ! /exercises /*
12+
213* .pyc
314__pycache__ /
4- .pytest_cache /
15+ .pytest_cache /
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM gitpod/workspace-full:latest
44
55USER gitpod
66
7- RUN pip3 install pytest pytest-testdox && npm i breathecode-cli -g
7+ RUN pip3 install pytest pytest-testdox && npm i breathecode-cli@1.1.81 -g
Original file line number Diff line number Diff line change 22 file : .gitpod.Dockerfile
33
44ports :
5- - port : 8080
6- onOpen : open-browser
5+ - port : 3000
6+ onOpen : open-preview
77tasks :
88 - command : >
9- bc run:exercises;
9+ bc run:exercises -e=gitpod ;
1010github :
1111 prebuilds :
1212 # enable for the master/default branch (defaults to true)
1313 master : true
1414 # enable for pull requests coming from this repo (defaults to true)
1515 pullRequests : false
1616 # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
17- addComment : false
17+ addComment : false
Original file line number Diff line number Diff line change 11
22
3- #You have to print `hello ` in the console, your code go here:
3+ # You have to print `Hello World ` in the console
You can’t perform that action at this time.
0 commit comments