This commit is contained in:
Philipp Kunz 2019-10-02 23:55:51 +02:00
parent b4d444ff05
commit 385a93a05e

View File

@ -56,6 +56,7 @@ export class NpmciGitManager {
await bash(
`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`
);
await bash(`git fetch`);
await bash(`git push mirror --all`);
await bash(`git checkout master`);
await bash(`git push mirror master`);