fluxcd: fix updateScript 5th attempt

Co-authored-by: @NULLx76
conduit-nginx
superherointj 2021-10-20 10:31:48 -03:00
parent 6c91deb32a
commit 3f8773153a
1 changed files with 1 additions and 1 deletions

View File

@ -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