From b188b393b9eee178eacb4808983443705eb108dc Mon Sep 17 00:00:00 2001 From: Matthias Haeussler Date: Thu, 9 May 2024 18:05:07 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7efaf1a..d4455d3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ # Image of workspace. Learn more: https://www.gitpod.io/docs/configure/workspaces/workspace-image image: maeddes/gitpod:full -workspaceLocation: '/workspace/otel-getting-started' +# workspaceLocation: '/workspace/otel-getting-started' tasks: - name: Add Python Otel libs