6
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Luca c76c08abe7 Fix .drone.yml
continuous-integration/drone/tag Build is passing Details
2023-03-09 23:23:44 +01:00
Luca 234e181d1b Maybe fix .drone.yml?
continuous-integration/drone/tag Build encountered an error Details
2023-03-09 23:22:11 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ steps:
commands:
- apt-get update
- apt-get install -y libsystemd-dev
- go build -ldflags="-s -w" -v .
- 'go build -ldflags="-s -w" -v .'
environment:
- DEBIAN_FRONTEND=noninteractive
DEBIAN_FRONTEND: noninteractive
- name: release
image: plugins/gitea-release