-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): implement rebuild blacklist
- Loading branch information
1 parent
f6bcecd
commit 4d0e27f
Showing
3 changed files
with
32 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ export default registerAs("repoMan", () => ({ | |
gitEmail: process.env.GIT_EMAIL ?? "[email protected]", | ||
gitUsername: process.env.GIT_USERNAME ?? "git", | ||
gitlabToken: process.env.CAUR_GITLAB_TOKEN, | ||
globalBlacklist: process.env.REPOMANAGER_NEVER_REBUILD ?? "[]", | ||
globalTriggers: process.env.REPOMANAGER_ALWAYS_REBUILD ?? "[]", | ||
schedulerInterval: process.env.REPOMANAGER_SCHEDULE ?? "0 * * * *", | ||
})); |
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