Compare commits

...

1 Commits

Author SHA1 Message Date
fcd456c0c1 testing woodpecker 2 proxy passthru
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-12-03 17:39:28 +01:00

View File

@ -1,5 +1,14 @@
variables:
- proxy_env: &proxy_env
- http_proxy=http://swarmproxy:8888/
- https_proxy=http://swarmproxy:8888/
- no_proxy=.ocram85.com
steps:
woodpecker-env:
environment:
- <<: *proxy_env
- ANOTHER=VAR
image: ubuntu:22.04
commands:
- |