From 27c41122121ed1c52cf948537ea07cc86e851d16 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 17:52:55 -0300 Subject: Move Guix files under build-aux/guix/ --- build-aux/ci/ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/ci/ci-build.sh') 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 -- cgit v1.2.3