aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2021-05-19 14:56:19 +0800
committerGitHub <noreply@github.com>2021-05-19 14:56:19 +0800
commit12ab7efdb061690f100ceaeda7f7ed666ce419a6 (patch)
treef94f12ae4f2100347aa2bf572eb96e558cf44e4a /Taskfile.yml
parent3993b65bbf3dd1d844260f5a0f00fc8e0e9b0ddf (diff)
chore: go mod tidy (#6564)
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml6
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.