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: commands:
- GOPATH=/woodpecker/go - GOPATH=/woodpecker/go
- ls -l - ls -l
- cd src/tsm - cd src/smq
- go mod tidy - go mod tidy
- go build -a -installsuffix nocgo -o tsm tsm.go - go build -a -installsuffix nocgo -o smq snmp-mqtt.go
- cp tsm ../.. - cp smq ../..
when: when:
- event: [push, tag] - event: [push, tag]