diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 14:55:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 14:55:48 -0300 |
commit | 61638b811a3532838d3274a5f6671fab65705fe5 (patch) | |
tree | 837c684fb84c1d99467a3e721cd910d8071d00dc | |
parent | TODOs.md: Add #task-4caec700-059f-46bd-bd1d-ec23b73b3330 (diff) | |
download | package-repository-61638b811a3532838d3274a5f6671fab65705fe5.tar.gz package-repository-61638b811a3532838d3274a5f6671fab65705fe5.tar.xz |
Update ci-build.sh
Diffstat (limited to '')
-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' |