Skip to content

Commit

Permalink
Cleanup: Remove manual trace server start in gitpod
Browse files Browse the repository at this point in the history
The server has been managed automatically (start/stop) since PR #298.
Removing the manual trace server start reduces possible sources of bugs
because of interference with the manual and automatic server
management.

Fixes #319

Signed-off-by: Erica Bugden <erica.bugden@gmail.com>
  • Loading branch information
ebugden authored and bhufmann committed Jan 26, 2022
1 parent e30d23b commit 61f07a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ ports:
tasks:
- init: >
yarn download:server
command: >
yarn start:server
- init: >
yarn download:sample-traces &&
yarn
Expand Down

0 comments on commit 61f07a6

Please sign in to comment.