mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
.gitlab-ci.yml: add a note to .gitignore .cache
This commit is contained in:
parent
7039e208dc
commit
40f3392c1e
@ -8,6 +8,7 @@ gitlab-ci-pre-commit:
|
|||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
variables:
|
variables:
|
||||||
|
# Remember to gitignore .cache/**
|
||||||
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
|
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
|
||||||
TERM: dumb
|
TERM: dumb
|
||||||
# TODO: Figure out how to properly Go on Alpine
|
# TODO: Figure out how to properly Go on Alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user