Files
change-root-password/.gitlab-ci.yml
2023-11-19 13:46:52 +03:00

11 lines
135 B
YAML

---
stages:
- linter
linter:
stage: linter
image:
name: osshelp/drone-linter
entrypoint: [""]
script: [entrypoint.sh]