mapping-commons / mapping-commons-cookiecutter

0 stars 0 forks source link

Add git workflows #2

Closed ehartley closed 1 year ago

ehartley commented 1 year ago

I added github and gitlab workflow scripts that will run the make validate-mappings command and a new field called github_or_gitlab to the cookiecutter.json file for the user to select which option they want. The post_gen_project.py script will remove the unneeded files (e.g., the .gitlab-ci.yml file will be removed if 'github' was selected).

Other changes:

Note: I haven't tested these changes. I will do so after they are merged.

matentzn commented 1 year ago

Thanks for your review @hrshdhgd and for the PR @ehartley - you can take it from here!

ehartley commented 1 year ago

Thank you @hrshdhgd and @matentzn!