diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:13:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:28:14 +0200 |
commit | 661a2d4c56330101425e4b1c2f3753ccda577a83 (patch) | |
tree | 25d807eb60023594b09b724c87f73572127af087 /cog.toml | |
parent | Refactor(system/services/mail): Move mail to services as it's one (diff) | |
download | nixos-server-661a2d4c56330101425e4b1c2f3753ccda577a83.tar.gz nixos-server-661a2d4c56330101425e4b1c2f3753ccda577a83.zip |
Build(cog): Remove 'prod' from whitelist as it's deprecated
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml index 814eccd..6f5f747 100644 --- a/cog.toml +++ b/cog.toml @@ -5,7 +5,6 @@ pre_package_bump_hooks = [] post_package_bump_hooks = [] branch_whitelist = [ - "prod", "main", ] |