diff options
-rwxr-xr-x | aux/ci/ci-build.sh | 4 | ||||
l--------- | aux/with-container | 1 |
2 files changed, 3 insertions, 2 deletions
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 |