Merge pull request #142358 from superherointj/fluxcd-fix-updateScript-5th-attempt

fluxcd: fix updateScript 5th attempt
This commit is contained in:
Ryan Mulligan
2021-10-20 13:55:40 -07:00
committed by GitHub
@@ -24,7 +24,7 @@ setKV vendorSha256 "0000000000000000000000000000000000000000000000000000" # The
cd ../../../../../
set +e
VENDOR_SHA256=$(nix-build --no-out-link -A fluxcd 2>&1 | grep "got:" | cut -d':' -f3)
VENDOR_SHA256=$(nix-build --no-out-link -A fluxcd 2>&1 >/dev/null | grep "got:" | cut -d':' -f2 | sed 's| ||g')
set -e
cd - > /dev/null