ci: test proxy with fqdn
This commit is contained in:
parent
97f37982ac
commit
95169794eb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan
|
http_proxy: http:/docker10.grote.lan:9999 # für apt
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: run gitleaks
|
- name: run gitleaks
|
||||||
|
|
Loading…
Reference in a new issue