aboutsummaryrefslogtreecommitdiff
path: root/build-aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:52:27 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 18:02:31 -0300
commitf5d86927b3c3332fbb50babf0afa5d497293937f (patch)
treefb913690c0055614661b779a4af39f2aef187d54 /build-aux/ci
parentRemove files related to Guix channel (diff)
downloadremembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.gz
remembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.xz
Move other Guix files under build-aux/guix/
Diffstat (limited to 'build-aux/ci')
-rwxr-xr-xbuild-aux/ci/ci-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/ci/ci-build.sh b/build-aux/ci/ci-build.sh
index b7a4c38..0b792df 100755
--- a/build-aux/ci/ci-build.sh
+++ b/build-aux/ci/ci-build.sh
@@ -35,8 +35,8 @@ EOF
git config --global user.email git@euandre.org
git config --global user.name 'EuAndreh CI'
- if [ -f build-aux/with-container.sh ]; then
- RUNNER='./build-aux/with-container.sh'
+ if [ -f build-aux/guix/with-container.sh ]; then
+ RUNNER='./build-aux/guix/with-container.sh'
else
RUNNER='sh -c'
fi