Skip to content

Commit eefe889

Browse files
committed
Fix nwb explorer build
1 parent 3b4c97c commit eefe889

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-nwbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clone NWB Explorer dependencies
1818
run: |
1919
mkdir -p applications/nwb-explorer/dependencies
20-
git clone https://github.com/MetaCell/nwb-explorer.git applications/nwb-explorer/dependencies/nwb-explorer
20+
git clone --branch development https://github.com/MetaCell/nwb-explorer.git applications/nwb-explorer/dependencies/nwb-explorer
2121
2222
- name: Build the Docker image
2323
run: |

applications/nwb-explorer/deploy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ harness:
1212
- jupyterhub
1313
git:
1414
- url: https://github.com/MetaCell/nwb-explorer.git
15-
branch_tag: master
15+
branch_tag: development
1616
jupyterhub:
1717
args: ["--debug", "--ServerApp.default_url=/geppetto", "--library=nwb_explorer", "--ServerApp.notebook_dir=/opt/workspace", "--NotebookApp.notebook_dir=/opt/workspace", '--NotebookApp.tornado_settings={"headers":{"Content-Security-Policy": "frame-ancestors *;"}}']
1818
applicationHook: "osb_jupyter.change_pod_manifest"

deployment/codefresh-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
title: Cloning nwb-explorer.git repository...
3939
type: git-clone
4040
repo: https://github.com/MetaCell/nwb-explorer.git
41-
revision: master
41+
revision: development
4242
working_directory: applications/nwb-explorer/dependencies/
4343
git: github
4444
prepare_deployment:

0 commit comments

Comments
 (0)