summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-11-21 03:39:00 +0100
committerGitHub <noreply@github.com>2022-11-21 10:39:00 +0800
commit9380bb6d0c7fb8d2652d19a9aec87994a6e99f8c (patch)
tree854eff11ec0f2c82a6c2682ede235887aae51988 /.drone.yml
parent43aafc5ba189efe9750326b21ee5a7c827929b75 (diff)
downloadgitea-9380bb6d0c7fb8d2652d19a9aec87994a6e99f8c.tar.gz
gitea-9380bb6d0c7fb8d2652d19a9aec87994a6e99f8c.zip
Consolidate security-check into checks-backend (#21882)
Also, run it via exact version instead of relying on global binary.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index f2b34ef7e3..5127b54377 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -39,16 +39,6 @@ steps:
- make lint-frontend
depends_on: [deps-frontend]
- - name: security-check
- image: golang:1.19
- pull: always
- commands:
- - make security-check
- depends_on: [deps-backend]
- volumes:
- - name: deps
- path: /go
-
- name: lint-backend
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
pull: always