From 4c61046d00649889934ec14b581c6ae1d4c47034 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 13:44:36 +0200 Subject: [PATCH] drone --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4a283c..d0af3c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,13 @@ steps: image: registry.gitlab.com/pipeline-components/luacheck:latest commands: - luacheck --std +love -g -u -t . - - name: build - image: bash - commands: - - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash - - love-export -D - - ls - - ls releases +- name: build + image: bash + commands: + - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash + - love-export -D + - ls + - ls releases # - name: release # image: plugins/gitea-release # settings: