aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-13 09:11:59 -0300
committerEuAndreh <eu@euandre.org>2021-09-13 13:13:47 -0300
commit2a250a6727d35173039a4c43b0c449f84360a877 (patch)
tree3deeb1d97d82a8439897f3c770f6e886d055ef3c
parentaux/guix/with-container.sh: Remove -p and -C options (diff)
downloadgit-permalink-2a250a6727d35173039a4c43b0c449f84360a877.tar.gz
git-permalink-2a250a6727d35173039a4c43b0c449f84360a877.tar.xz
aux/ci/ci-build.sh: Use aux/with-container, as a symlink to aux/guix/with-container.sh
Diffstat (limited to '')
-rwxr-xr-xaux/ci/ci-build.sh4
l---------aux/with-container1
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