mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
chore: use ckan-devstaller branch for ckan-compose
This commit is contained in:
parent
9edd81d9fb
commit
2a12a08adf
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ fn main() -> Result<()> {
|
|||
cmd!(sh, "git clone https://github.com/tino097/ckan-compose.git").run()?;
|
||||
}
|
||||
sh.change_dir(format!("/home/{username}/ckan-compose"));
|
||||
cmd!(sh, "git switch solr-9-impl").run()?;
|
||||
cmd!(sh, "git switch ckan-devstaller").run()?;
|
||||
let env_data = "PROJECT_NAME=ckan-devstaller-project
|
||||
DATASTORE_READONLY_PASSWORD=pass
|
||||
POSTGRES_PASSWORD=pass";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue