Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 84928e8

Browse files
committed
chore(cfd): add to-do RE #136
1 parent 6a8e666 commit 84928e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runner-manager/cfd/cmd/drive/stage.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ func (s *stage) RunSSH(guid string, cmd string) error {
6767
args := []string{"ssh", "-p 2222", "-T", "-o StrictHostKeyChecking=no"}
6868
host := fmt.Sprintf("cf:%s/0@ssh.fr-stage.cloud.gov", guid)
6969

70+
// TODO: can we rely on the Bash runner's .profile's edits to SSH Config?
71+
// See: https://github.com/GSA-TTS/gitlab-runner-cloudgov/issues/136
7072
epCfg := s.common.config.EgressProxyConfig
7173
if epCfg != (EgressProxyConfig{}) {
7274
proxy := fmt.Sprintf("-o ProxyCommand corkscrew %v %v %%h %%p %v",

0 commit comments

Comments
 (0)