[TOOLS] Fix "Enable proxy on container" step

This commit is contained in:
Carmelo Messina
2024-06-19 09:25:22 +02:00
parent 3b44dd05dd
commit 2e78f20fbc
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Enable proxy on container
shell: bash
if: ${{ github.event.inputs.type != 'ubuntu-latest' }}
if: ${{ github.event.inputs.type != '' && github.event.inputs.type != 'ubuntu-latest' }}
run: |
if ! [[ -z "${HTTP_PROXY}" ]]; then
PROXY_ADDR=http://$(hostname -I | cut -d' ' -f1 | xargs):8118