Skip to content

Commit 8b4b9c4

Browse files
Conflict solved
2 parents 5f82d97 + 03fe670 commit 8b4b9c4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM gitpod/workspace-full
22
USER gitpod
33
RUN pip3 install pytest==4.4.2 pytest-testdox mock
4-
RUN npm i learnpack@0.1.12 -g && learnpack plugins:install learnpack-python@0.0.34
4+
RUN npm i learnpack@0.1.14 -g && learnpack plugins:install learnpack-python@0.0.35

.gitpod.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
image:
22
file: .gitpod.Dockerfile
33

4-
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
54
ports:
6-
- port: 3000
7-
onOpen: ignore
5+
- port: 3000
6+
onOpen: ignore
87

98
vscode:
109
extensions:
@@ -17,4 +16,4 @@ github:
1716
# enable for pull requests coming from this repo (defaults to true)
1817
pullRequests: false
1918
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
20-
addComment: false
19+
addComment: false

0 commit comments

Comments
 (0)