aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-19 12:02:11 +0200
committerMichael Grote2023-06-19 12:02:11 +0200
commite9b3d8ab14d449cdc64aa5349dd11c97a309f4ea (patch)
tree4f2a0de17e20d4f01b5c8e7df961b24c0bbbf845
parent52e2b9ae5f0673e607f2dbf7b1c71eaf29df3e08 (diff)
ci: remove proxy
-rw-r--r--.drone.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index 37eb928..291f3c9 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
@@ -26,9 +23,6 @@ kind: pipeline
type: docker
name: selfhosted
-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: thegeeklab/drone-docker-buildx:23
@@ -74,9 +68,6 @@ kind: pipeline
type: docker
name: dockerhub
-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: thegeeklab/drone-docker-buildx:23