A Drone CI plugin for publishing Lua modules to LuaRocks
312
This is a Drone plugin for uploading a Lua module as a self-contained package, called a rock, to LuaRocks.
The following parameter are available to configure the plugin:
.rockspec fileluarocks lint before luarocks upload (default: true).rockspec file (default: false)false)kind: pipeline
type: docker
name: default
steps:
- name: upload
image: imolein/drone-luarocks
settings:
rockspec: test_module-0.1-0.rockspec
apikey:
from_secret: lr_api_key
when:
event:
include:
- tag
exclude:
- pull_request
The Dockerfiles can be found in this repository: drone-luarocks
Content type
Image
Digest
Size
72.2 MB
Last updated
almost 7 years ago
docker pull imolein/drone-luarocks