ci: add proxy

This commit is contained in:
Michael Grote 2023-04-28 21:41:14 +02:00
parent 5277ff45f2
commit e0912c9ce0

View file

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