Skip to content

chrux/gitlab-bitbutcket-cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Export Gitlab CI/CD (.gitlab-ci.yml) file to Bitbucket Pipelines (bitbucket-pipelines.yml)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages