This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3163a0da34d Include .ssh dir when --forward-credentials (#44661)
3163a0da34d is described below

commit 3163a0da34db8cdbdb7a8efb6f4d2020c8d4009f
Author: Daniel Standish <[email protected]>
AuthorDate: Wed Dec 4 14:36:23 2024 -0800

    Include .ssh dir when --forward-credentials (#44661)
    
    This is helpful e.g. when trying to use git in breez env.
---
 scripts/ci/docker-compose/forward-credentials.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/docker-compose/forward-credentials.yml 
b/scripts/ci/docker-compose/forward-credentials.yml
index 03a24f44550..fcc4e4e67d1 100644
--- a/scripts/ci/docker-compose/forward-credentials.yml
+++ b/scripts/ci/docker-compose/forward-credentials.yml
@@ -29,3 +29,4 @@ services:
       - ${HOME}/.config:/root/.config:cached
       - ${HOME}/.docker:/root/.docker:cached
       - ${HOME}/.snowsql:/root/.snowsql:cached
+      - ${HOME}/.ssh:/root/.ssh:cached

Reply via email to