Quellcode durchsuchen

[ci] We don't need to tidy

Colin Powell vor 2 Wochen
Ursprung
Commit
364ee88db7
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .drone.yml

+ 0 - 1
.drone.yml

@@ -10,7 +10,6 @@ steps:
       GOOS: linux
       GOARCH: amd64
     commands:
-      - go mod tidy
       - go build -o camcap main.go
 
   - name: publish-release