diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 16:40:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 16:40:30 -0300 |
commit | 70d6425c173b49f261ed6a595a589249ed54716b (patch) | |
tree | 2ccfaf384747d211d7252eb150874cba08d7730a | |
parent | Makefile.in: Use "all" as dependency of "dev-check" (diff) | |
download | remembering-70d6425c173b49f261ed6a595a589249ed54716b.tar.gz remembering-70d6425c173b49f261ed6a595a589249ed54716b.tar.xz |
Update aux/ files
-rwxr-xr-x | aux/ci/ci-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 1159204..311abf9 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -42,6 +42,7 @@ EOF git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' git fetch origin refs/notes/*:refs/notes/* + git annex get ||: if [ -f aux/guix/with-container.sh ]; then RUNNER='./aux/guix/with-container.sh' |