An open API service indexing awesome lists of open source software.

https://github.com/getindata/gitlab_cicd_templates

The project contains templates for CICD processes
https://github.com/getindata/gitlab_cicd_templates

Last synced: 5 months ago
JSON representation

The project contains templates for CICD processes

Awesome Lists containing this project

README

          

# Gitlab CICD templates

The project contains templates for CICD processes implemented in gitlab

## Usag

In `.gitlab-ci.yml` file use following include statement:

```yaml
include:
- https://raw.githubusercontent.com/getindata/gitlab_cicd_templates/main/dataops/gcp/gcp_setup_template.yml
- https://raw.githubusercontent.com/getindata/gitlab_cicd_templates/main/dataops/cicd_template.yml
```