Unverified Commit ce5cae41 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

kbst: remove PostInstallCheckPhase (#488559)

parents 60e3a2ff 1ee03aed
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
  src = fetchFromGitHub {
    owner = "kbst";
    repo = "kbst";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tbSYNJp/gzEz+wEAe3bvIiZL5axZvW+bxqTOBkYSpMY=";
  };

@@ -33,11 +33,6 @@ buildGoModule (finalAttrs: {

  doCheck = false;

  doPostInstallCheck = true;
  PostInstallCheckPhase = ''
    $out/bin/kbst help | grep v${finalAttrs.version} > /dev/null
  '';

  meta = {
    description = "Kubestack framework CLI";
    mainProgram = "kbst";