ci: add proxy

This commit is contained in:
Michael Grote 2023-04-28 21:46:10 +02:00
parent bcc5a873c9
commit 97f37982ac

View file

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