diff options
Diffstat (limited to '')
-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' |