aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-21 16:40:30 -0300
committerEuAndreh <eu@euandre.org>2021-02-21 16:40:30 -0300
commit70d6425c173b49f261ed6a595a589249ed54716b (patch)
tree2ccfaf384747d211d7252eb150874cba08d7730a /aux/ci
parentMakefile.in: Use "all" as dependency of "dev-check" (diff)
downloadremembering-70d6425c173b49f261ed6a595a589249ed54716b.tar.gz
remembering-70d6425c173b49f261ed6a595a589249ed54716b.tar.xz
Update aux/ files
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'