diff --git a/Debian.yaml b/Debian.yaml index 8bfabe4..88c1ee4 100644 --- a/Debian.yaml +++ b/Debian.yaml @@ -950,8 +950,8 @@ actions: - trigger: post-unpack action: |- #!/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";' >> /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:80";' >> /etc/apt/apt.conf.d/01prox - trigger: post-packages action: |- @@ -993,4 +993,4 @@ actions: - jenkins mappings: - architecture_map: debian + architecture_map: debian \ No newline at end of file