Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default catalog to dcp34 #2357

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.cgl-prod-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build_prod:
- export GATSBY_GTM_AUTH=xm3qglWPEFim7Lb4AxXnsA
- export GATSBY_ENV_NAME=env-2
- export GATSBY_ENV=PROD
- export GATSBY_DEFAULT_CATALOG=dcp33
- export GATSBY_DEFAULT_CATALOG=dcp34
- export GATSBY_ATLAS=hca
- gatsby build
only:
Expand Down
2 changes: 1 addition & 1 deletion cgl-platform-hca-portal-prod-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export GATSBY_GTM_ID=GTM-M2J5NTJ
export GATSBY_GTM_AUTH=xm3qglWPEFim7Lb4AxXnsA
export GATSBY_ENV_NAME=env-2
export GATSBY_ENV=PROD
export GATSBY_DEFAULT_CATALOG=dcp33
export GATSBY_DEFAULT_CATALOG=dcp34
export GATSBY_ATLAS=hca
gatsby build

Expand Down
2 changes: 1 addition & 1 deletion next/site-config/data-portal/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config: SiteConfig = {
size: "100",
},
defaultParams: {
catalog: "dcp33",
catalog: "dcp34",
},
url: "https://service.azul.data.humancellatlas.org/index",
},
Expand Down
Loading