aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-21 15:22:04 -0300
committerEuAndreh <eu@euandre.org>2021-02-21 15:22:04 -0300
commit5cabd585bfab7171bbf51b1992ee7a45fd5a1c77 (patch)
tree16f8c821b8cbc8fa7b4125306541a227caac12cf
parentUpdate aux/workflow/: support tags in TODOs.md (diff)
downloadserver-5cabd585bfab7171bbf51b1992ee7a45fd5a1c77.tar.gz
server-5cabd585bfab7171bbf51b1992ee7a45fd5a1c77.tar.xz
Update ci-build.sh
-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'