Skip to content
Snippets Groups Projects
Commit bc7f19c3 authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

feat(commitlint): users can configure image with `$COMMITLINT_IMAGE`

Users can override the variable in their `.gitlab-ci.yml` to select
another docker image.
parent cdff4abd
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
commitlint:
stage: lint
extends: .not-on-stable
image: 'hub.eole.education/eole/commitlint:latest'
image: "$COMMITLINT_IMAGE"
variables:
COMMITLINT_IMAGE: 'hub.eole.education/eole/commitlint:latest'
script:
- 'git fetch --all'
# Set default commit hashes for `--from` and `--to`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment