From 2a250a6727d35173039a4c43b0c449f84360a877 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Sep 2021 09:11:59 -0300 Subject: aux/ci/ci-build.sh: Use aux/with-container, as a symlink to aux/guix/with-container.sh --- aux/ci/ci-build.sh | 4 ++-- aux/with-container | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 aux/with-container (limited to 'aux') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 67773fe..34233b7 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -50,8 +50,8 @@ EOF git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' - if [ -f aux/guix/with-container.sh ]; then - RUNNER='sh aux/guix/with-container.sh' + if [ -e aux/with-container ]; then + RUNNER='sh aux/with-container' else RUNNER='sh -c' fi diff --git a/aux/with-container b/aux/with-container new file mode 120000 index 0000000..7bb5c68 --- /dev/null +++ b/aux/with-container @@ -0,0 +1 @@ +guix/with-container.sh \ No newline at end of file -- cgit v1.2.3