smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
701 stars 136 forks source link

Add args to play manual steps #226

Open Decibull8 opened 5 years ago

Decibull8 commented 5 years ago

We needed the functionality for Marge to press play on manual jobs within a GitLab Pipeline. https://github.com/smarkets/marge-bot/issues/195

Decibull8 commented 5 years ago

I need to be able to generate whatever is necessary to run this in the Docker configuration. Is there any documentation to refer to on how to generate whatever Docker needs to run?

Decibull8 commented 5 years ago

I believe I'm close on the Docker image generation part. I'm trying to run commands from the MakeFile, but I seem to be missing something. Most of the scripts return an error "saying invalid character '' in name 'python3.6-marge-0.9.0'" But I don't see any references to python3.6 in the project.