summaryrefslogtreecommitdiff
path: root/scripts/test-luarocks-install.sh
diff options
context:
space:
mode:
authorMarc Jakobi <mrcjkb89@outlook.com>2023-02-19 10:24:43 +0100
committerGitHub <noreply@github.com>2023-02-19 10:24:43 +0100
commitc113522810a39cc035ae178cdada583610ba6ce3 (patch)
tree5d96ef6cf974683f9384755a90600af3ff6ad9dd /scripts/test-luarocks-install.sh
parent203bf5609137600d73e8ed82703d6b0e320a5f36 (diff)
chore: use luarocks-tag-release action (#2364)
Diffstat (limited to 'scripts/test-luarocks-install.sh')
-rw-r--r--scripts/test-luarocks-install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/test-luarocks-install.sh b/scripts/test-luarocks-install.sh
deleted file mode 100644
index 8198015..0000000
--- a/scripts/test-luarocks-install.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-MODREV=$(git describe --tags --always --first-parent | tr -d "v")
-luarocks install "telescope.nvim" "$MODREV"