aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 6f13e0a..5111293 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,9 +3,6 @@ kind: pipeline
type: docker
name: linting
-environment:
- http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
-
steps:
- name: gitleaks
image: plugins/gitleaks
@@ -27,8 +24,6 @@ type: docker
name: selfhosted
depends_on: # bezieht sich auf linting pipeline
- linting
-environment:
- http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
steps:
- name: docker_build_and_push_selfhosted
image: plugins/docker
@@ -64,8 +59,6 @@ type: docker
name: dockerhub
depends_on: # bezieht sich auf linting pipeline
- linting
-environment:
- http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
steps:
- name: docker_build_and_push_dockerhub
image: plugins/docker