diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2021-05-19 14:56:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 14:56:19 +0800 |
commit | 12ab7efdb061690f100ceaeda7f7ed666ce419a6 (patch) | |
tree | f94f12ae4f2100347aa2bf572eb96e558cf44e4a /Taskfile.yml | |
parent | 3993b65bbf3dd1d844260f5a0f00fc8e0e9b0ddf (diff) |
chore: go mod tidy (#6564)
Diffstat (limited to 'Taskfile.yml')
-rw-r--r-- | Taskfile.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 189a0d73..5fff2bcf 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -6,9 +6,6 @@ tasks: deps: [build] cmds: - ./gogs web - sources: - - gogs.go - - internal/**/*.go build: desc: Build the binary. @@ -26,6 +23,9 @@ tasks: sh: date -u '+%Y-%m-%d %I:%M:%S %Z' BUILD_COMMIT: sh: git rev-parse HEAD + sources: + - gogs.go + - internal/**/*.go generate-bindata: desc: Generate bindata for all assets. |