From 2835a70b0a04a43ebfe1ceb27c070fc0f44e7f83 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Aug 2021 18:57:27 -0300 Subject: aux/ci/ci-build.sh: Remove dependency on Git Annex --- aux/ci/ci-build.sh | 1 - 1 file changed, 1 deletion(-) 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' -- cgit v1.2.3