You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ssh.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import os from 'os';
6
6
* This function copies the SSH identity file and known hosts file from the Bitbucket Pipelines agent to the local .ssh directory.
7
7
* It also updates the SSH configuration file to include the identity file.
8
8
*
9
-
* @throws {Error} If the SSH identity file cannot be copied or the SSH configuration file cannot be updated.
9
+
* @returns {Promise<void>} Resolves when the SSH credentials are setup or we fail to update the SSH configuration file (which doesn't fail the pipeline)
0 commit comments