core-services-01(autodeploy): enable default /var/src usage through systemd tmp filesystem and force creation of sentinel file
This commit is contained in:
parent
b14d2460a5
commit
b75aa4ac5c
3 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,6 @@ steps:
|
||||||
- name: Build core-services-01 configuration
|
- name: Build core-services-01 configuration
|
||||||
commands:
|
commands:
|
||||||
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
||||||
- "mkdir -p /var/src && touch /var/src/.populate"
|
|
||||||
- "echo Building core-services-01 && nix-build krops.nix -A test-core-services-01 && ./result"
|
- "echo Building core-services-01 && nix-build krops.nix -A test-core-services-01 && ./result"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -25,6 +25,7 @@ in
|
||||||
test-core-services-01 = pkgs.krops.writeTest "test-core-services-01" {
|
test-core-services-01 = pkgs.krops.writeTest "test-core-services-01" {
|
||||||
source = source "core-services-01";
|
source = source "core-services-01";
|
||||||
target = "localhost";
|
target = "localhost";
|
||||||
|
force = true; # force create the sentinel file.
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"klubrz-nur": {
|
"klubrz-nur": {
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"repo": "https://git.rz.ens.wtf/Klub-RZ/nur",
|
"repo": "https://git.rz.ens.wtf/Klub-RZ/nur",
|
||||||
"rev": "3f6a760254c3259e6abc0dcf443c533cd999a739",
|
"rev": "901e08a94819f07499ec6cfbea1e24808e19e4b6",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
|
|
Loading…
Reference in a new issue