gitea-template-test/.woodpecker.yml
OCram85 fcd456c0c1
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
testing woodpecker 2 proxy passthru
2023-12-03 17:39:28 +01:00

15 lines
307 B
YAML

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:
- |
env | sort