updated url
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2023-07-05 21:02:20 -04:00
parent e50297c515
commit 1ba98099cb
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ async function completelyCreateEvent(
): Promise<string> {
const owner = process.env.PR_OWNER;
const repoName = process.env.PR_REPONAME;
const httpAddr = `https://git@csclub.uwaterloo.ca/${owner}/${repoName}`;
const httpAddr = `git@csclub.uwaterloo.ca:${owner}/${repoName}`;
const tmpFolderPath = await cloneRepo(httpAddr);
const branchName = await createAndPublishNewBranch(tmpFolderPath, prTitle);
const repoPosterLink = copyPoster(posterLink, tmpFolderPath);