From a2193f22b61fe307a44a015927cc9138721cc7f7 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 4 Feb 2025 11:07:42 +0000 Subject: [PATCH] Revert "Temporarily disable APT proxy support" This reverts commit 47dc8a09b1f8007d2906368bea4e497ce247c5b6. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc3e034f..0a14bd03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ variables: --passwords=${TEST_DIR}/passwords.yml --num-hosts=1 ${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}} + ${APT_PROXY:+-e config.apt_proxy=${APT_PROXY}} $CREATE_ENV_VARS $BUILD_DIR - with-ssh-key floatup ${LIBVIRT:+--ssh $LIBVIRT} --inventory $BUILD_DIR/hosts.yml --ram 2048 --cpu 2 --image ${VM_IMAGE:-bookworm} ${FLOATUP_ARGS} up -- GitLab