Skip to content

Commit 729f5c1

Browse files
nickmoretonthibaudcolas
authored andcommitted
Remove clear commands to keep logs
1 parent d4e7493 commit 729f5c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitpod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tasks:
1010
# initialise and install the python part of the app by installing poetry
1111
# and the python dependencies
1212
- init: |
13-
clear
1413
pip install poetry>=1.1.12,<2
1514
poetry install
1615
gp sync-done python
@@ -21,7 +20,6 @@ tasks:
2120
# install the node part of the app by installing the required
2221
# node version and npm dependencies
2322
- init: |
24-
clear
2523
nvm install
2624
npm install
2725
# Build the assets
@@ -31,7 +29,6 @@ tasks:
3129
3230
# when the python part of the app is ready...
3331
- init: |
34-
clear
3532
echo "Waiting for python..."
3633
gp sync-await python
3734
# run the tests

0 commit comments

Comments
 (0)