Unverified Commit 5d891d74 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

prow: add updateScript

parent 1197b296
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildGoModule,
  fetchFromGitHub,
  git,
  nix-update-script,
}:

buildGoModule rec {
@@ -64,6 +65,12 @@ buildGoModule rec {

  nativeCheckInputs = [ git ];

  passthru = {
    updateScript = nix-update-script {
      extraArgs = [ "--version=branch" ];
    };
  };

  meta = {
    description = "Kubernetes based CI/CD system developed to serve the Kubernetes community";
    longDescription = ''