Update pkgs/tools/admin/google-cloud-sdk/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b9cb71c48b
commit
4f8999daba
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ in stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
# Minor smoke test, used to be a NixOS test.
|
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
$out/bin/gcloud version --format json | jq '."Google Cloud SDK"' | grep "${version}"
|
$out/bin/gcloud version --format json | jq '."Google Cloud SDK"' | grep "${version}"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue