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
- Host: GitHub
- URL: https://github.com/getindata/gitlab_cicd_templates
- Owner: getindata
- License: apache-2.0
- Created: 2022-02-18T14:50:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T05:37:07.000Z (over 2 years ago)
- Last Synced: 2025-01-24T02:30:29.202Z (over 1 year ago)
- Size: 27.3 KB
- Stars: 6
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```