Skip to content

Commit 10cca67

Browse files
authored
Revert "trying gitpod custom image"
This reverts commit b637e3a.
1 parent b637e3a commit 10cca67

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.gitpod.Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitpod.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
tasks:
33
- name: "Prepare Environment"
44
init: >
5+
pip install --upgrade pip &&
6+
pip install --upgrade poetry &&
57
poetry install &&
6-
gp sync-done install
7-
- name: "Activate the shell"
8-
init: gp sync-await install
9-
command: poetry shell
10-
- name: "Beerlog"
8+
poetry shell &&
9+
clear
1110
command: beerlog
1211

1312
# Ports to expose on workspace startup
@@ -23,6 +22,3 @@ vscode:
2322
- "tamasfe.even-better-toml"
2423
- "alexcvzz.vscode-sqlite"
2524
- "jdinhlife.gruvbox"
26-
27-
image:
28-
file: .gitpod.Dockerfile

0 commit comments

Comments
 (0)