Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 434 Bytes

Gitlab CI to Bitbucket Pipeline

The purpose of this utility is to be able to migrate the .gitlab-ci.yml file to bitbucket-pipelines.yml

Dependencies

  • 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

Run

python export.py -s {source-path} is

Replace {source-path} for the directory where the .gitlab-ci.yml file is.