mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Knot: Check for trusted, not just CI
This commit is contained in:
parent
a5f86c69ee
commit
486ba1f64c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
profiles.hardware.oracle.ubuntu
|
profiles.hardware.oracle.ubuntu
|
||||||
profiles.network
|
profiles.network
|
||||||
services.nginx
|
services.nginx
|
||||||
] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED") ../trusted/knot;
|
] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED" && builtins.pathExists ../trusted/knot) ../trusted/knot;
|
||||||
|
|
||||||
kw.oci = {
|
kw.oci = {
|
||||||
specs = {
|
specs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue