Skip to content

Commit a639def

Browse files
authored
Change TES Server installation URL in build.yml
Updated the installation script URL for TES Server.
1 parent 01677e5 commit a639def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install TES Server
8686
run: |
8787
# https://github.com/ohsu-comp-bio/funnel/releases/tag/v0.11.8
88-
curl -fsSL https://ohsu-comp-bio.github.io/funnel/install.sh | bash -s -- v0.11.8
88+
curl -fsSL https://calypr.github.io/funnel/install.sh | bash -s -- v0.11.8
8989
9090
- name: Start TES Server
9191
run: |

0 commit comments

Comments
 (0)