diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-08-14 15:43:35 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-11-27 15:28:32 +0300 |
| commit | 95c2d782ec87ce50ab446ad2006d91d418e5530b (patch) | |
| tree | 2da64d0b39072a6a2819153904d09a1954f925c3 | |
| parent | Jenkinsfile: Deploy only to workstation and guixsd. (diff) | |
| download | nixpkgs-wip-local.tar.gz | |
Jenkinsfile: Only clone on workstation.wip-local
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 25de1bf0a663..8b6203df16d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { steps { parallelGitClone url: "https://cgit.duckdns.org/git/nix/nixpkgs", branch: "wip-local", - nodeLabels: ["guixsd", "workstation"], + nodeLabels: ["workstation"], dir: LOCAL_WORKTREE } } |
