mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
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:
parent
c50734e1da
commit
c488e4ecb7
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue