gogitlabber/.gitlab-ci.yml

12 lines
294 B
YAML

---
stages:
- "linting"
- "testing"
- "releasing"
# include jobs
include:
- component: "$CI_SERVER_FQDN/components/golanglint/linting@v2.0.5"
- component: "$CI_SERVER_FQDN/components/golanglint/testing@v2.0.5"
- component: "$CI_SERVER_FQDN/components/golanglint/releasing@v2.0.5"