Skip to content
Snippets Groups Projects
Commit b857119a authored by nimrod's avatar nimrod
Browse files

GitLab CI.

Just pre-commit actually (the build happens in Docker Hub).
parent 2400d295
No related branches found
No related tags found
No related merge requests found
---
stages:
- test
pre-commit:
stage: test
image: adarnimrod/ci-images:pre-commit
variables:
XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
# Disabled until https://github.com/pre-commit/pre-commit/issues/1387 is
# resolved.
SKIP: "hadolint,docker-compose"
script:
- pre-commit run --all-files
cache:
paths:
- .cache/
# Hitch Docker image # Hitch Docker image
[![pipeline status](https://git.shore.co.il/nimrod/hitch-docker/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/hitch-docker/-/commits/master)
## Usage example ## Usage example
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment