diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:13:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 15:13:34 +0200 |
commit | d73aa1fe053a922e87a07875632420566c9609ff (patch) | |
tree | dc5e392d1bcdb04efe43583e67314c8cfde852c0 /cog.toml | |
parent | Fix(system): Import everything (diff) | |
download | nixos-server-d73aa1fe053a922e87a07875632420566c9609ff.tar.gz nixos-server-d73aa1fe053a922e87a07875632420566c9609ff.zip |
Build(cog): Remove 'prod' from whitelist as it's deprecated
Diffstat (limited to '')
-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", ] |