mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
scripts/update-vendor-hash.sh: run go mod tidy
This commit is contained in:
parent
432671f190
commit
490ce28c29
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
set -exuo pipefail
|
||||
|
||||
go mod tidy
|
||||
failedbuild=$(nix build --impure --expr '(with import <nixpkgs> {}; pkgs.callPackage ./. { vendorHash = ""; }).sops-install-secrets' 2>&1 || true)
|
||||
echo "$failedbuild"
|
||||
checksum=$(echo "$failedbuild" | awk '/got:.*sha256/ { print $2 }')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue