diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-29 14:15:36 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-11-29 14:15:36 +0100 |
commit | 684d55e130d13a4c057f1e90b84b1a236e01a161 (patch) | |
tree | ed25a499fd97b8fd330762c390aa144510d0216c /.drone.yml | |
parent | 60e3e5b4e1b350a014f5cb38906c75c9f3c1c66f (diff) | |
download | gitea-684d55e130d13a4c057f1e90b84b1a236e01a161.tar.gz gitea-684d55e130d13a4c057f1e90b84b1a236e01a161.zip |
Reenabled lint check within drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 9b858b0731..dd50525672 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ pipeline: - apk -U add linux-pam-dev openssh-client - make clean - make vet - # - make lint + - make lint - make test - make build when: |