fix DeletePipelineSchedule always returning an error due to EOF
Gitlab API returns 204 on DELETE endpoints. Trying to read out the pipeline schedule from the delete response will always fail. This changes the DeletePipelineSchedule function to behave similar as the DeletePipelineTrigger function
Showing
Please
register
or
sign in
to comment