Sync public tree to b67d2a6
This commit is contained in:
parent
21f21fa8b6
commit
1d72f20cce
7 changed files with 466 additions and 6 deletions
|
|
@ -161,8 +161,9 @@ assert.strictEqual(
|
|||
true,
|
||||
"filtered public tree must be pushed to Forgejo"
|
||||
);
|
||||
const resolvedPublicRepoRemote = publicRepoRemote(manifest);
|
||||
assertIncludes(
|
||||
publicRepoRemote(manifest),
|
||||
resolvedPublicRepoRemote,
|
||||
forgejoHost,
|
||||
"manifest public repository must point at Forgejo"
|
||||
);
|
||||
|
|
@ -412,7 +413,7 @@ const finalReport = {
|
|||
},
|
||||
},
|
||||
forgejo_host: forgejoHost,
|
||||
public_repository_url: manifest.public_repo_url,
|
||||
public_repository_url: resolvedPublicRepoRemote,
|
||||
forgejo_release: {
|
||||
owner: forgejoRelease.owner,
|
||||
repo: forgejoRelease.repo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue