drone: pfizer
This commit is contained in:
parent
71e959e636
commit
e582d739b8
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ platform:
|
|||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: Build core-services-01 on core-services-01
|
||||
- name: Build core-services-01 configuration
|
||||
commands:
|
||||
- "export NIX_PATH=nixpkgs=/var/nixpkgs"
|
||||
- "echo Building core-services-01 && nix-build krops.nix -A test-core-services-01 && ./result"
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
|
||||
test-core-services-01 = pkgs.krops.writeTest "test-core-services-01" {
|
||||
source = source "core-services-01";
|
||||
target = "root@core01.internal.rz.ens.wtf";
|
||||
target = "localhost";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue