Remove git switch command for ckan-devstaller branch

Removed the command to switch to the 'ckan-devstaller' branch in the ckan-compose repository.
This commit is contained in:
Abdur Rahman 2025-09-04 06:41:46 +00:00 committed by GitHub
parent c50734e1da
commit c488e4ecb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ fn main() -> Result<()> {
cmd!(sh, "git clone --branch solr-9-impl https://github.com/a5dur/ckan-compose.git").run()?;
}
sh.change_dir(format!("/home/{username}/ckan-compose"));
cmd!(sh, "git switch ckan-devstaller").run()?;
// Remove this line: cmd!(sh, "git switch ckan-devstaller").run()?;
let env_data = "PROJECT_NAME=ckan-devstaller-project
DATASTORE_READONLY_PASSWORD=pass
POSTGRES_PASSWORD=pass";