This is app for sharing your .gitlab-ci.yml, for multi projects.
export GITLAB_TOKEN=foo
export GITLAB=https://gitlab.com/api/v4/projects/13121312/repository/files/
go run main.go
docker run -d -it -p 8000:8000 violenti/server-pipeline:latest -e GITLAB_TOKEN=foo -e GITLAB=https://gitlab.com/api/v4/projects/13121312/repository/files/
You could do use of the manifest that find on kubernetes folder.
url/{branch}/filename.yml
Where url is the domain name of the app. And master or development is the branch name.
Inside of your gitlab-ci-yml, you have that used include
, for more information check the official documentation of gitlab https://docs.gitlab.com/ee/ci/yaml/includes.html
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.