gabrielcsapo / gabrielcsapo/node-git-server
Is it possible to get the pushed files?
オープン
- 主要言語
- TypeScript
- スター
- 262
- フォーク
- 81
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
After push.accept(), how can I get the received files?
I'm in a proof of concept to use node-git-server as a devops platform. My goal is:
```
repos.on('push', (push) => {
console.log(`push ${push.repo}/${push.commit} (${push.branch})`);
push.accept();
//exec some task or commands over the received files
});
```
Is it possible?
Thanks in advance.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。