Skip to content

Commit

Permalink
Update private-registries.md for ci.yml rename (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Apr 28, 2024
1 parent 0cd9521 commit 0e48cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/private-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ After you have the registry configured, you can setup CI using RegistryCI by fol
You will first need to copy the `.ci` folder in the root of the General registry to the root of your own registry. This folder contains some resources required for the RegistryCI package to work and update itself. If you do not need AutoMerge support, there is no need to copy the
`stopwatch.jl` file in the `.ci` folder.

Next, you will need to copy the `ci.yml` and `update_manifest.yml` workflow files.
Next, you will need to copy the `registry-consistency-ci.yml` and `update_manifest.yml` workflow files.

The `ci.yml` file should be modified as follows if you have packages in your registry that depend on packages in the General registry.
The `registry-consistency-ci.yml` file should be modified as follows if you have packages in your registry that depend on packages in the General registry.
If the packages in your registry depend on packages in other registries, they should also be added to `registry_deps`
```diff
- run: julia --project=.ci/ --color=yes -e 'import RegistryCI; RegistryCI.test()'
Expand Down Expand Up @@ -98,7 +98,7 @@ In that case you will also have to add the following
- run: chmod 400 .ci/Manifest.toml
+ - run: chmod +x .ci/instantiate.sh
```
in `ci.yml` and also `TagBotTriggers.yml` and `automerge.yml` (in which the above appears twice) files if those features are used.
in `registry-consistency-ci.yml` and also `TagBotTriggers.yml` and `automerge.yml` (in which the above appears twice) files if those features are used.

## Author approval workflow support

Expand Down

0 comments on commit 0e48cde

Please sign in to comment.