Skip to content

Commit

Permalink
Fix nwb explorer build
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 27, 2025
1 parent 3b4c97c commit eefe889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nwbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Clone NWB Explorer dependencies
run: |
mkdir -p applications/nwb-explorer/dependencies
git clone https://github.com/MetaCell/nwb-explorer.git applications/nwb-explorer/dependencies/nwb-explorer
git clone --branch development https://github.com/MetaCell/nwb-explorer.git applications/nwb-explorer/dependencies/nwb-explorer
- name: Build the Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion applications/nwb-explorer/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harness:
- jupyterhub
git:
- url: https://github.com/MetaCell/nwb-explorer.git
branch_tag: master
branch_tag: development
jupyterhub:
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 *;"}}']
applicationHook: "osb_jupyter.change_pod_manifest"
Expand Down
2 changes: 1 addition & 1 deletion deployment/codefresh-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
title: Cloning nwb-explorer.git repository...
type: git-clone
repo: https://github.com/MetaCell/nwb-explorer.git
revision: master
revision: development
working_directory: applications/nwb-explorer/dependencies/
git: github
prepare_deployment:
Expand Down

0 comments on commit eefe889

Please sign in to comment.