You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/infrastructure.rst
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,15 +254,8 @@ CircleCI for OSX should be used for OSX, only when TravisCI resources (50 minute
254
254
Note that you need to rerender the feedstock, once this change has been made.
255
255
256
256
257
-
Enabling Circle on your Fork
258
-
............................
259
-
260
-
If for some reason CircleCI is not triggering build from forks,
261
-
Circle can be manually added for each fork. Circle calls this "Adding a Project" and
262
-
`the official CircleCI documentation is available here <https://circleci.com/docs/getting-started/#add-and-follow-more-projects>`__.
263
-
This effectively amounts to going to the `Add Projects <https://circleci.com/add-projects>`__
264
-
page, finding the fork that you wish to enable, and clicking the "Build Project" button.
265
-
This is not normally needed.
257
+
Debugging permission errors
258
+
...........................
266
259
267
260
If CircleCI lacks permissions to checkout the source code, it will produce an error as follows::
268
261
@@ -271,7 +264,7 @@ If CircleCI lacks permissions to checkout the source code, it will produce an er
271
264
Permission denied (publickey).
272
265
fatal: Could not read from remote repository.
273
266
274
-
When this happens for a feedstock, it can be fixed using the `webservice <https://conda-forge.org/docs/webservice.html#conda-forge-admin-please-update-circle>`__, by posting the following comment::
267
+
When this happens for a feedstock, it can be fixed using the `webservice <ci_update_circle>`, by posting the following comment::
0 commit comments