focalboard/server/modd.conf

5 lines
137 B
Plaintext
Raw Normal View History

**/*.go !**/*_test.go {
prep: go build -o ../bin/octoserver ./main
2020-12-04 16:03:09 +01:00
daemon +sigterm: cd .. && ./bin/octoserver $OCTOSERVER_ARGS
}