Skip to content

Commit

Permalink
fix(titus/pipeline): use proper git ssh URL for docker bakes (#7480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Munson authored Oct 2, 2019
1 parent b34fcda commit c6c69a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = angular
url += '/' + stage.repository.directory;
}
if (stage.repository.hash) {
url += stage.repository.hash;
url += `?${stage.repository.hash}`;
}
if (stage.repository.branch) {
url += '@' + stage.repository.branch;
Expand Down

0 comments on commit c6c69a3

Please sign in to comment.