diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-21 15:22:04 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-21 15:22:04 -0300 |
| commit | 5cabd585bfab7171bbf51b1992ee7a45fd5a1c77 (patch) | |
| tree | 16f8c821b8cbc8fa7b4125306541a227caac12cf | |
| parent | Update aux/workflow/: support tags in TODOs.md (diff) | |
| download | toph-5cabd585bfab7171bbf51b1992ee7a45fd5a1c77.tar.gz toph-5cabd585bfab7171bbf51b1992ee7a45fd5a1c77.tar.xz | |
Update ci-build.sh
| -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' |
