aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-16 00:37:50 -0300
committerEuAndreh <eu@euandre.org>2021-07-16 09:00:34 -0300
commit2c8af55f390108a9cca51fb91c0d1e21e000f8e6 (patch)
tree21c2fe340dba44789ad4a089faf245349ef58035 /aux/ci/ci-build.sh
parentaux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.sh (diff)
downloadgit-permalink-2c8af55f390108a9cca51fb91c0d1e21e000f8e6.tar.gz
git-permalink-2c8af55f390108a9cca51fb91c0d1e21e000f8e6.tar.xz
aux/ci/: Run sh files with sh instead of ./
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 069f3df..f766d6a 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -50,7 +50,7 @@ EOF
git annex get ||:
if [ -f aux/guix/with-container.sh ]; then
- RUNNER='./aux/guix/with-container.sh'
+ RUNNER='sh aux/guix/with-container.sh'
else
RUNNER='sh -c'
fi