aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-21 13:59:59 -0300
committerEuAndreh <eu@euandre.org>2021-02-21 13:59:59 -0300
commitf57343902452f5b23f6036eb375f79c1cc17d593 (patch)
tree5a291b762b8d2f8bcf2f3f2fb095276c609dc4db /aux/ci
parentpinned-channels.scm: Update Guix channel (diff)
downloadeuandre.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-xaux/ci/ci-build.sh1
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'