remove buildstep
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Martijn de Boer 2022-10-16 17:51:11 +02:00
parent 9f23fd2bcd
commit ad837e6df4
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1
2 changed files with 13 additions and 21 deletions

View file

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

View file

@ -1,8 +0,0 @@
#!/bin/bash
pwd
ls
cd /drone/src
chmod +x tools/boon/boon
ls tools/boon/boon
./tools/boon/boon love download 11.3
./tools/boon/boon build .