gabrielcsapo / gabrielcsapo/node-git-server

Is it possible to get the pushed files?

Đang mở
#79 1 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
TypeScript
Star
262
Fork
81
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.