diff options
author | EuAndreh <eu@euandre.org> | 2021-02-23 11:29:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-23 11:29:34 -0300 |
commit | bf6a05fcfb7e7e3fe057c90c5b264c89d4bea333 (patch) | |
tree | d886dc423cdfad76b051c32cbc836383fba460b5 /aux/ci/ci-build.sh | |
parent | aux/ci/ci-build.sh: Fix typo (diff) | |
download | package-repository-bf6a05fcfb7e7e3fe057c90c5b264c89d4bea333.tar.gz package-repository-bf6a05fcfb7e7e3fe057c90c5b264c89d4bea333.tar.xz |
aux/ci/ci-build.sh: Remove guix describe
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 01b587f..2aa30d6 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -46,7 +46,6 @@ EOF if [ -f aux/guix/with-container.sh ]; then RUNNER='./aux/guix/with-container.sh' - guix describe else RUNNER='sh -c' fi |