summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-04-23 16:12:16 +0200
committerMichael Grote2023-04-23 16:12:16 +0200
commit24eb32cb2244f1781739e61440696e7ceebd1c94 (patch)
treeddbb4954c1a9e60a6ff9dc095c5b4591ef2323ae
parentd5a88cd0198ee52631255d92d74ad9f4db95f852 (diff)
ci: testv0.4
-rw-r--r--.drone.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index d5e83b3..0dd7105 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,20 +3,7 @@ kind: pipeline
type: docker
name: default
steps:
- - name: run gitleaks
- image: plugins/gitleaks
- settings:
- path: .
- when:
- event:
- exclude:
- - tag
- - name: hadolint
- image: hadolint/hadolint:latest-debian
- commands:
- - hadolint --version
- - hadolint Dockerfile
- name: docker_build_and_push_selfhosted
image: plugins/docker