Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github build ignor the commitid #770

Closed
tamir321 opened this issue Mar 18, 2020 · 2 comments
Closed

github build ignor the commitid #770

tamir321 opened this issue Mar 18, 2020 · 2 comments
Assignees

Comments

@tamir321
Copy link

HKube micro-service
API server

Describe the bug
when creating algorithm from github . its take the latest version and ignor the commit id enterd

the github swgger "/builds/webhook/github" does not work should be change to:
.post('/builds/webhook/github')
.type('form')
.set('content-type', 'application/x-www-form-urlencoded')
.send ({'payload': JSON.stringify(data)})

@nassiharel
Copy link
Contributor

@yehiyam @tamir321

Fixed, waiting for PR

@tamir321
Copy link
Author

tested on systemVersion": "v1.3.22",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants