Skip to content

Commit

Permalink
change base branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona authored Sep 24, 2023
1 parent 95fbb84 commit cae4d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Other/create_a_conda_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cae4d2f

Please sign in to comment.