diff options
| author | Matthieu Coudron <teto@users.noreply.github.com> | 2023-02-05 23:33:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 23:33:38 +0100 |
| commit | 4d7fa46e0be1f351559c343d0729e3ff3a454440 (patch) | |
| tree | 6c97e3370781e947f3469323230ef64fa1b4fc8c /scripts | |
| parent | fix: check client when get client from cache (#2429) (diff) | |
| parent | docs(readme): update luarocks shield urls (diff) | |
| download | nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.gz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.bz2 nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.lz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.xz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.zst nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.zip | |
Merge pull request #2430 from mrcjkb/luarocks-tag-release
chore: use luarocks-tag-release workflow
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/luarocks-upload.sh | 10 | ||||
| -rw-r--r-- | scripts/test-luarocks-install.sh | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/scripts/luarocks-upload.sh b/scripts/luarocks-upload.sh deleted file mode 100644 index 8c4ff1f4..00000000 --- a/scripts/luarocks-upload.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Expects the LUAROCKS_API_KEY secret to be set - -TMP_DIR=$(mktemp -d) -MODREV=$(git describe --tags --always --first-parent | tr -d "v") -DEST_ROCKSPEC="$TMP_DIR/nvim-lspconfig-$MODREV-1.rockspec" -cp "nvim-lspconfig-scm-1.rockspec" "$DEST_ROCKSPEC" -sed -i "s/= 'scm'/= '$MODREV'/g" "$DEST_ROCKSPEC" -luarocks upload "$DEST_ROCKSPEC" --api-key="$LUAROCKS_API_KEY" diff --git a/scripts/test-luarocks-install.sh b/scripts/test-luarocks-install.sh deleted file mode 100644 index 8d8d3242..00000000 --- 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 "nvim-lspconfig" "$MODREV" |
