ci: add proxy

This commit is contained in:
Michael Grote 2023-04-28 21:45:36 +02:00
parent 8ad005c568
commit bfb4f42353

View file

@ -2,6 +2,10 @@
kind: pipeline
type: docker
name: default
environment:
http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
steps:
- name: run gitleaks
image: plugins/gitleaks