core-services-01(autodeploy): srsly.
This commit is contained in:
parent
b75aa4ac5c
commit
8e82bd8a39
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ in
|
|||
|
||||
test-core-services-01 = pkgs.krops.writeTest "test-core-services-01" {
|
||||
source = source "core-services-01";
|
||||
target = "localhost";
|
||||
target = lib.mkTarget {
|
||||
host = "localhost";
|
||||
path = "/tmp/src";
|
||||
};
|
||||
force = true; # force create the sentinel file.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue