From f57343902452f5b23f6036eb375f79c1cc17d593 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 21 Feb 2021 13:59:59 -0300 Subject: aux/ci/ci-build.sh: run git annex get --- aux/ci/ci-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'aux') 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' -- cgit v1.2.3