bin path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Layla 2023-12-07 20:58:53 +01:00
parent ba7df030d2
commit 4734a5664c

View File

@ -4,20 +4,20 @@ type: docker
name: Build and Release name: Build and Release
steps: steps:
- name: Test - name: test
image: golang:1.21 image: golang:1.21
commands: commands:
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- task test - /bin/task test
- name: Build & Package - name: build & package
image: golang:1.21 image: golang:1.21
commands: commands:
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- task package - /bin/task package
when: when:
event: event:
- tag - tag
- name: Release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
base_url: https://gitea.layla.gg base_url: https://gitea.layla.gg