From e9b3d8ab14d449cdc64aa5349dd11c97a309f4ea Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 19 Jun 2023 12:02:11 +0200 Subject: [PATCH] ci: remove proxy --- .drone.yml | 9 --------- 1 file changed, 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