From 47cccaa615742bb0d44c8b1e03f1cf95f8e63803 Mon Sep 17 00:00:00 2001 From: Erich L Foster Date: Tue, 4 Jun 2024 16:02:28 +0200 Subject: [PATCH] Fix failing CI --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e693c66..87c10f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,8 @@ "DEV_WORKSPACE": "${containerWorkspaceFolder}", }, "mounts": [ - "type=bind,source=${localEnv:HOME}/.ssh,target=/home/my-app/.ssh,readonly", +// unfortunately the runner for ci will fail with this mount so comment it out +// "type=bind,source=${localEnv:HOME}/.ssh,target=/home/my-app/.ssh,readonly", ], "features": { "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {