diff options
author | EuAndreh <eu@euandre.org> | 2021-08-17 18:57:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-17 18:57:27 -0300 |
commit | 2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83 (patch) | |
tree | a16fc8216252eeff50aa74c5b4eb9870cd554308 /aux/ci/ci-build.sh | |
parent | TODOs.md: Add #task-079946ed-7e58-3051-78d6-71ba12342aba (diff) | |
download | git-permalink-2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83.tar.gz git-permalink-2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83.tar.xz |
aux/ci/ci-build.sh: Remove dependency on Git Annex
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-x | aux/ci/ci-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 007e7c4..1b7b250 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -54,7 +54,6 @@ EOF git clone "$REMOTE" . git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' - git annex get ||: if [ -f aux/guix/with-container.sh ]; then RUNNER='sh aux/guix/with-container.sh' |