mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
Update .git_push_upgrade_template.js
This commit is contained in:
parent
5f3dfc86c0
commit
22b35d63d3
@ -14,7 +14,6 @@ _.each(apps, function(item){
|
||||
execSync(`cd ${fPath} && git add . && git commit -m "upgrade template @${versionInfo.version}" && git push`);
|
||||
} catch (error) {
|
||||
console.error(error.stdout.toString())
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user