Skip to content

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 4, 2024
1 parent 45878de commit 47cccaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 47cccaa

Please sign in to comment.