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
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
# - 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

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 .