Contribute
We are happy to receive contributions to CI Tools. If you want to contribute, please follow the instructions below.
Usage
- Fork the repository to your own GitLab account.
- Set your project to use the public instance runners or own runners.
- Clone the repository to your local machine and make your changes.
git clone <my-fork-url>
- Fix you CI configuration and make sure it works on your forked repository.
@TODO: Broken https://gitlab.com/gitlab-org/gitlab/-/merge_requests/206183#note_3438535905
echo '{"ci_id_token_sub_claim_components": ["project_path", "ref_type", "ref"]}' | \
glab api "projects/:id" --method PUT \
--header "Content-Type: application/json" \
--input -
- Send in a merge request to the main repository with your changes.