From 49c508607d9d3c06ee2ef0c0338d507c054d3714 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Tue, 20 Feb 2024 10:21:32 +0100 Subject: [PATCH] ci(linux): updating debug for remote [skip ci] --- prepare_vscode.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index e08bab6..6b70ce5 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -108,7 +108,6 @@ if [[ "${OS_NAME}" == "linux" ]]; then export VSCODE_HOST_MOUNT ls "${VSCODE_HOST_MOUNT}" - ls /home/runner/work/vscodium/vscodium/vscode if [[ "${VSCODE_ARCH}" == "x64" || "${VSCODE_ARCH}" == "arm64" ]]; then VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:centos7-devtoolset8-${VSCODE_ARCH}"