From cae4d2ff5391b4b0f382aab19884c9a92f33f0f4 Mon Sep 17 00:00:00 2001 From: Mahfuza Humayra Mohona Date: Sun, 24 Sep 2023 12:49:54 +0600 Subject: [PATCH] change base branch name --- Other/create_a_conda_package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/create_a_conda_package.md b/Other/create_a_conda_package.md index cc080bb5..5ddfa1e6 100644 --- a/Other/create_a_conda_package.md +++ b/Other/create_a_conda_package.md @@ -141,7 +141,7 @@ cd $LOCAL_REPO_DIR rm -rf recipes/example recipes/spyrmsd ``` -Then in the `.circleci/build_steps.sh` file, comment out the line that starts `git ls-tree --name-only master -- .`. +Then in the `.circleci/build_steps.sh` file, comment out the line that starts `git ls-tree --name-only main -- .`. Then you should be able to run `./.circleci/run_docker_build.sh`. You'll probably see some errors which you'll need to fix.