diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 13:59:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 13:59:59 -0300 |
commit | f57343902452f5b23f6036eb375f79c1cc17d593 (patch) | |
tree | 5a291b762b8d2f8bcf2f3f2fb095276c609dc4db /aux/ci | |
parent | pinned-channels.scm: Update Guix channel (diff) | |
download | euandre.org-f57343902452f5b23f6036eb375f79c1cc17d593.tar.gz euandre.org-f57343902452f5b23f6036eb375f79c1cc17d593.tar.xz |
aux/ci/ci-build.sh: run git annex get
Diffstat (limited to 'aux/ci')
-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' |