ci: remove http_proxy/apt-cacher-ng

This commit is contained in:
Michael Grote 2023-06-11 21:16:48 +02:00
parent e2f2f49a13
commit 07826d05c4
1 changed files with 0 additions and 7 deletions

View File

@ -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