From 4708140a4bd79af2c78809c0fe78f4ca0fbd9663 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 13:53:18 -0300 Subject: Run shellcheck on Bash files stored in git-crypt --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 62d904a..e21a512 100644 --- a/.build.yml +++ b/.build.yml @@ -15,6 +15,8 @@ tasks: - setup: | curl https://nixos.org/nix/install | sh echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv + cd vps/ + git crypt unlock - tests: | cd vps/ nix-build -A test -- cgit v1.2.3