6
0
Fork 0

Maybe fix .drone.yml?
continuous-integration/drone/tag Build encountered an error Details

This commit is contained in:
Luca 2023-03-09 23:22:11 +01:00
parent ee2459d538
commit 234e181d1b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ 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