aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 11:29:34 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 11:29:34 -0300
commitbf6a05fcfb7e7e3fe057c90c5b264c89d4bea333 (patch)
treed886dc423cdfad76b051c32cbc836383fba460b5
parentaux/ci/ci-build.sh: Fix typo (diff)
downloadpackage-repository-bf6a05fcfb7e7e3fe057c90c5b264c89d4bea333.tar.gz
package-repository-bf6a05fcfb7e7e3fe057c90c5b264c89d4bea333.tar.xz
aux/ci/ci-build.sh: Remove guix describe
Diffstat (limited to '')
-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 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