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
|
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
|
||||||
|
|
Loading…
Reference in a new issue