diff options
author | EuAndreh <eu@euandre.org> | 2019-06-11 00:08:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-11 00:08:05 -0300 |
commit | 8bb7cd9d1f090a3e20e212566746b61a5f1fe4e9 (patch) | |
tree | c1e2f0474e9d155d17851942c92f92715aa3b85f | |
parent | Run git crypt lock inside trap function (diff) | |
download | server-8bb7cd9d1f090a3e20e212566746b61a5f1fe4e9.tar.gz server-8bb7cd9d1f090a3e20e212566746b61a5f1fe4e9.tar.xz |
Install gitMinimal package to allow getting git SHA in .buildenv
-rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ image: nixos/unstable repositories: nixpkgs: https://nixos.org/channels/nixpkgs-unstable +packages: + - gitMinimal triggers: - condition: failure action: email |