diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index b9f5b58743..95811c0224 100644 --- a/.drone.yml +++ b/.drone.yml @@ -89,7 +89,6 @@ steps: commands: - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs - make clean - - make generate - make golangci-lint - make revive - make swagger-check @@ -394,7 +393,6 @@ steps: image: techknowlogick/xgo:latest commands: - export PATH=$PATH:$GOPATH/bin - - make generate - make release environment: GOPROXY: off @@ -496,7 +494,6 @@ steps: image: techknowlogick/xgo:latest commands: - export PATH=$PATH:$GOPATH/bin - - make generate - make release environment: GOPROXY: off |