-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2976 from regro/cffo
feat: move to conda-forge-feedstock-ops
- Loading branch information
Showing
21 changed files
with
14,066 additions
and
15,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ USER conda | |
|
||
# deal with git config for user and mounted directory | ||
RUN conda activate cf-scripts && \ | ||
git config --global --add safe.directory /cf_tick_dir && \ | ||
git config --global --add safe.directory /cf_feedstock_ops_dir && \ | ||
git config --global init.defaultBranch main && \ | ||
git config --global user.email "[email protected]" && \ | ||
git config --global user.name "conda conda" && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.