Skip to content

Commit 726dc42

Browse files
committed
fix: list repo branches in the container image page
1 parent c96c4d5 commit 726dc42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/codeRepoUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export async function extractRepositoryRefs(repoUrl: string, git: SimpleGit = si
159159
let formattedRepoUrl = repoUrl
160160
if (repoUrl.startsWith('https://gitea')) {
161161
git.env({
162-
GIT_ASKPASS: 'echo',
163162
GIT_TERMINAL_PROMPT: '0',
164163
GIT_SSL_NO_VERIFY: 'true',
165164
})

0 commit comments

Comments
 (0)