fix, 1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-10 13:40:06 +01:00
parent 2d2e251f0b
commit 9846f70e5c

View File

@ -4,10 +4,10 @@ steps:
commands:
- GOPATH=/woodpecker/go
- ls -l
- cd src/tsm
- cd src/smq
- go mod tidy
- go build -a -installsuffix nocgo -o tsm tsm.go
- cp tsm ../..
- go build -a -installsuffix nocgo -o smq snmp-mqtt.go
- cp smq ../..
when:
- event: [push, tag]