We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed59be3 commit c69c800Copy full SHA for c69c800
spread.yaml
@@ -83,6 +83,9 @@ prepare: |
83
lxd.lxc config set core.proxy_https "$https_proxy"
84
lxd.lxc profile set default environment.https_proxy "$https_proxy"
85
fi
86
+ if [ -n "${no_proxy:-}" ]; then
87
+ lxd.lxc profile set default environment.no_proxy "$no_proxy"
88
+ fi
89
lxd init --auto
90
91
# Either use pregenerated spread if exists or build it
0 commit comments