Просмотр исходного кода

Taskfile: watch go.mod and use timestamp instead of checksum (#6885)

[skip ci]
Joe Chen 3 лет назад
Родитель
Сommit
6dbeb16d21
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Taskfile.yml

+ 2 - 0
Taskfile.yml

@@ -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