Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix references to conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanblair committed Feb 26, 2022
1 parent aeae658 commit 4fe9236
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ ca clean-all:
help:
$(info $(USAGE))
@:

include conductor/Makefile
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Source control repository hosting.

- [`svn` repository hosting](code-repository/svn)

# [Conductor](conductor)
# [Conductor](https://github.com/SonicOriginalSoftware/conductor)

Automate your processes.

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- [ ] Remap `conductor` stages as jobs and jobs as stages
2 changes: 1 addition & 1 deletion code-repository/git/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Host git Code Repositories.

Repos are pre-configured with hooks that can be used with the included [`conductor`](../../conductor) component or other CI/CD tools.
Repos are pre-configured with hooks that can be used with the included `conductor` component or other CI/CD tools.

# [Server](server)

Expand Down
6 changes: 3 additions & 3 deletions portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Authorization is inherited between portals (sub-portals will retain the same aut
- manage branches (defaults, renames, deletions, etc.)
- assign branch protections
- manage repository hooks
- enable communication with top-level conductor or configure attaching other automation systems
- enable communication with top-level `conductor` or configure attaching other automation systems

## Conductor

- initialize a conductor
- deinitialize a conductor
- initialize a `conductor`
- deinitialize a `conductor`

## Issue Tracker

Expand Down

0 comments on commit 4fe9236

Please sign in to comment.