Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a3befe5af | |||
| 385a93a05e |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@shipzone/npmci",
|
"name": "@shipzone/npmci",
|
||||||
"version": "3.1.64",
|
"version": "3.1.65",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@shipzone/npmci",
|
"name": "@shipzone/npmci",
|
||||||
"version": "3.1.64",
|
"version": "3.1.65",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "node and docker in gitlab ci on steroids",
|
"description": "node and docker in gitlab ci on steroids",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ export class NpmciGitManager {
|
|||||||
await bash(
|
await bash(
|
||||||
`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`
|
`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`
|
||||||
);
|
);
|
||||||
|
await bash(`git fetch`);
|
||||||
await bash(`git push mirror --all`);
|
await bash(`git push mirror --all`);
|
||||||
await bash(`git checkout master`);
|
await bash(`git checkout master`);
|
||||||
await bash(`git push mirror master`);
|
await bash(`git push mirror master`);
|
||||||
|
|||||||
Reference in New Issue
Block a user