Update 'Debian.yaml'

This commit is contained in:
2021-09-10 22:49:23 +00:00
parent d8c52e81a1
commit 4623261174

View File

@@ -950,8 +950,8 @@ actions:
- trigger: post-unpack - trigger: post-unpack
action: |- action: |-
#!/bin/sh #!/bin/sh
echo 'Acquire::http::Proxy "http://192.168.2.83";' > /etc/apt/apt.conf.d/01prox echo 'Acquire::http::Proxy "http://192.168.2.83:80";' > /etc/apt/apt.conf.d/01prox
echo '#Acquire::http::Proxy "http://192.168.2.83";' >> /etc/apt/apt.conf.d/01prox echo '#Acquire::http::Proxy "http://192.168.2.83:80";' >> /etc/apt/apt.conf.d/01prox
- trigger: post-packages - trigger: post-packages
action: |- action: |-
@@ -993,4 +993,4 @@ actions:
- jenkins - jenkins
mappings: mappings:
architecture_map: debian architecture_map: debian