Skip to content

Commit

Permalink
Merge pull request #34 from Sydney-Informatics-Hub/gitpod
Browse files Browse the repository at this point in the history
Fix workspace path
  • Loading branch information
georgiesamaha authored Oct 9, 2024
2 parents 7393c70 + f763f67 commit 3de60e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitpod.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"folders": [
{
"path": "."
"path": "/workspace/hello-nextflow" // Opens the correct directory in the explorer
}
],
"settings": {
Expand Down
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3de60e0

Please sign in to comment.