mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 14:35:25 +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
|
set -exuo pipefail
|
||||||
|
|
||||||
|
go mod tidy
|
||||||
failedbuild=$(nix build --impure --expr '(with import <nixpkgs> {}; pkgs.callPackage ./. { vendorHash = ""; }).sops-install-secrets' 2>&1 || true)
|
failedbuild=$(nix build --impure --expr '(with import <nixpkgs> {}; pkgs.callPackage ./. { vendorHash = ""; }).sops-install-secrets' 2>&1 || true)
|
||||||
echo "$failedbuild"
|
echo "$failedbuild"
|
||||||
checksum=$(echo "$failedbuild" | awk '/got:.*sha256/ { print $2 }')
|
checksum=$(echo "$failedbuild" | awk '/got:.*sha256/ { print $2 }')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue