ci: add proxy
This commit is contained in:
parent
bcc5a873c9
commit
97f37982ac
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue