Skip to content

Commit

Permalink
Merge pull request #38 from Sydney-Informatics-Hub/gitpod
Browse files Browse the repository at this point in the history
Fix failed deployment on gp
  • Loading branch information
georgiesamaha authored Oct 9, 2024
2 parents 9a96ef2 + ef222dc commit 50a8e18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .gitpod.code-workspace
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"folders": [
{
"path": "/workspace/hello-nextflow" // Opens the correct directory in the explorer
"path": "./hello-nextflow" // Opens the correct directory in the explorer
}
],
"settings": {
"editor.tabSize": 2,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true
},
"gitpod.workspaceFolder": "/workspace/hello-nextflow"
}
}
}
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom workspace and checkout locations
workspaceLocation: gitpod.code-workspace # Refers to your .code-workspace file
checkoutLocation: /workspace/hello-nextflow # Ensure Git clones into the correct location
workspaceLocation: gitpod/gitpod.code-workspace # Refers to .code-workspace file
checkoutLocation: gitpod # Ensure Git clones into the correct location

# GitHub prebuild configuration
github:
Expand Down Expand Up @@ -43,7 +43,7 @@ tasks:

# Open docs in a web browser
- name: Open Documentation Page
command: gp preview https://sydney-informatics-hub.github.io/hello-nextflow/
command: gp ports await 23000 && gp preview https://sydney-informatics-hub.github.io/hello-nextflow/

# Start the tutorial
- name: Start tutorial
Expand Down

0 comments on commit 50a8e18

Please sign in to comment.