vision/.drone.yml
Martijn de Boer ad837e6df4
All checks were successful
continuous-integration/drone/push Build is passing
remove buildstep
2022-10-16 17:51:11 +02:00

22 lines
No EOL
464 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lint
image: registry.gitlab.com/pipeline-components/luacheck:latest
commands:
- luacheck --std +love -g -u -t .
# - name: build
# image: bash
# commands:
# - chmod +x build.sh
# - bash build.sh
# - name: release
# image: plugins/gitea-release
# settings:
# api_key:
# from_secret: gitea_api
# base_url: https://git.biggetje.net
# files: release/*
# prerelease: true