summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-06-24 12:16:05 +0200
committerkylo252 <[email protected]>2022-06-24 12:16:05 +0200
commitb04aefbb79670b115f4f363906d6d294b3d0a2a3 (patch)
tree08f8c56150d78945f369d4b2a839efb105035c63 /utils
parent4a7bb09d62f22bc94846a7c6c211747d689be8f0 (diff)
parente1846580c8b453104bdf071cc2a11bb1d46bb3b1 (diff)
Merge branch 'rolling'
Diffstat (limited to 'utils')
-rw-r--r--utils/ci/verify_plugins.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/utils/ci/verify_plugins.sh b/utils/ci/verify_plugins.sh
index 7d0d764b..48ed12fe 100644
--- a/utils/ci/verify_plugins.sh
+++ b/utils/ci/verify_plugins.sh
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
set -e
+BASEDIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
+BASEDIR="$(dirname -- "$(dirname -- "$BASEDIR")")"
+
+LUNARVIM_BASE_DIR="${LUNARVIM_BASE_DIR:-"$BASEDIR"}"
+
lvim --headless \
- -c "luafile ./utils/ci/verify_plugins.lua"
+ -c "luafile ${LUNARVIM_BASE_DIR}/utils/ci/verify_plugins.lua"