aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 15:15:14 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 15:15:14 -0300
commit79c13c808a41680adaa3896df9d1ce4afce6fa78 (patch)
tree4bbe270930333813b4f1dd37518072ee66689646 /aux
parentaux/workflow/installcheck.sh: Remove in favor of repocheck.sh (diff)
downloadgistatic-79c13c808a41680adaa3896df9d1ce4afce6fa78.tar.gz
gistatic-79c13c808a41680adaa3896df9d1ce4afce6fa78.tar.xz
aux/ci/ci-build.sh: Remove git-annex call
Diffstat (limited to 'aux')
-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'