mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
Taskfile: watch go.mod and use timestamp instead of checksum (#6885)
[skip ci]
This commit is contained in:
parent
c5549b442b
commit
6dbeb16d21
@ -28,11 +28,13 @@ tasks:
|
|||||||
BUILD_COMMIT:
|
BUILD_COMMIT:
|
||||||
sh: git rev-parse HEAD
|
sh: git rev-parse HEAD
|
||||||
sources:
|
sources:
|
||||||
|
- go.mod
|
||||||
- gogs.go
|
- gogs.go
|
||||||
- internal/**/*.go
|
- internal/**/*.go
|
||||||
- conf/**/*
|
- conf/**/*
|
||||||
- public/**/*
|
- public/**/*
|
||||||
- templates/**/*
|
- templates/**/*
|
||||||
|
method: timestamp
|
||||||
|
|
||||||
generate-schemadoc:
|
generate-schemadoc:
|
||||||
desc: Generate database schema documentation
|
desc: Generate database schema documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user