aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-17 18:57:27 -0300
committerEuAndreh <eu@euandre.org>2021-08-17 18:57:27 -0300
commit2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83 (patch)
treea16fc8216252eeff50aa74c5b4eb9870cd554308
parentTODOs.md: Add #task-079946ed-7e58-3051-78d6-71ba12342aba (diff)
downloadgit-permalink-2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83.tar.gz
git-permalink-2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83.tar.xz
aux/ci/ci-build.sh: Remove dependency on Git Annex
-rwxr-xr-xaux/ci/ci-build.sh1
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'