From 1f9bab7701b46160c5c87ff66c60686b57d100da Mon Sep 17 00:00:00 2001 From: Matthias Haeussler Date: Thu, 11 Jul 2024 09:22:38 +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 a8db8da..1bd2366 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/opentelemetry-training' +workspaceLocation: '/workspace/opentelemetry-training/exercises' tasks: - name: Add Python Otel libs