From f763f67cf8c3214912e029272c22244c739d4cdf Mon Sep 17 00:00:00 2001 From: georgiesamaha Date: Wed, 9 Oct 2024 13:12:48 +1100 Subject: [PATCH] Fix workspace path --- .gitpod.code-workspace | 2 +- .gitpod.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitpod.code-workspace b/.gitpod.code-workspace index 7233117..5e45deb 100644 --- a/.gitpod.code-workspace +++ b/.gitpod.code-workspace @@ -1,7 +1,7 @@ { "folders": [ { - "path": "." + "path": "/workspace/hello-nextflow" // Opens the correct directory in the explorer } ], "settings": { diff --git a/.gitpod.yml b/.gitpod.yml index 5fecf2b..26175cb 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ # Custom workspace and checkout locations -workspaceLocation: /workspace/hello-nextflow/gitpod.code-workspace # Refers to your .code-workspace file +workspaceLocation: gitpod.code-workspace # Refers to your .code-workspace file checkoutLocation: /workspace/hello-nextflow # Ensure Git clones into the correct location # GitHub prebuild configuration @@ -43,7 +43,7 @@ tasks: # Open docs in a web browser - name: Open Documentation Page - command: gp ports await 23000 && gp preview https://sydney-informatics-hub.github.io/hello-nextflow/ + command: gp preview https://sydney-informatics-hub.github.io/hello-nextflow/ # Start the tutorial - name: Start tutorial