Skip to content

Use parameters in sync.sh as per datapub project, e.g. nhs, gdx. #2

Description

@mbeilin

We need sync.sh file to be parametrized as per datapub project, for example for NHS it should look like this, while we are fetching datapub-nhs or just nhs from config.

(for datapub-nhs - https://github.com/datopian/datapub-nhs)

git clone git@github.com:datopian/datapub-nhs.git
cd datapub-nhs
yarn
yarn build
cd -
rm -r ckanext/datapub/fanstatic/**/*
cp -r datapub-nhs/build/static/* ckanext/datapub/fanstatic/

Acceptance

  • sync.sh is parametrized with what

Tasks

  • Set up variable in config to point to specific datapub project
  • sync.sh uses datapub specific project name as config variable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions