diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 15:15:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 15:15:14 -0300 |
commit | 79c13c808a41680adaa3896df9d1ce4afce6fa78 (patch) | |
tree | 4bbe270930333813b4f1dd37518072ee66689646 /aux | |
parent | aux/workflow/installcheck.sh: Remove in favor of repocheck.sh (diff) | |
download | gistatic-79c13c808a41680adaa3896df9d1ce4afce6fa78.tar.gz gistatic-79c13c808a41680adaa3896df9d1ce4afce6fa78.tar.xz |
aux/ci/ci-build.sh: Remove git-annex call
Diffstat (limited to 'aux')
-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' |