mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
build: fix deploy script condition (take 13)
This commit is contained in:
parent
01c7fee697
commit
d220c73de4
@ -144,10 +144,10 @@ function main() {
|
|||||||
`https://${process.env['GITHUB_ACCESS_TOKEN']}@github.com`);
|
`https://${process.env['GITHUB_ACCESS_TOKEN']}@github.com`);
|
||||||
|
|
||||||
console.log(green('Done. Pushing...'));
|
console.log(green('Done. Pushing...'));
|
||||||
ngToolsWebpackBuildsExec.git('push', '-f', branchName);
|
ngToolsWebpackBuildsExec.git('push', '-f', 'origin', branchName);
|
||||||
ngToolsWebpackBuildsExec.git('push', '--tags', branchName);
|
ngToolsWebpackBuildsExec.git('push', '--tags', 'origin', branchName);
|
||||||
cliBuildsExec.git('push', '-f', branchName);
|
cliBuildsExec.git('push', '-f', 'origin', branchName);
|
||||||
cliBuildsExec.git('push', '--tags', branchName);
|
cliBuildsExec.git('push', '--tags', 'origin', branchName);
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user