The purpose of this utility is to be able to migrate the .gitlab-ci.yml file to bitbucket-pipelines.yml
- Python 2.7.16, 3.5.2 and 3.6.8 (writter for this originally)
- PyYAML
- click
- PyInquirer
To intall them all, run:
pip install -r requirements.txt
python export.py -s {source-path} is
Replace {source-path} for the directory where the .gitlab-ci.yml file is.