mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
.gitlab-ci.yml: skip shfmt for now (TODO)
This commit is contained in:
parent
4fcc867d13
commit
95de7e2604
@ -10,6 +10,8 @@ gitlab-ci-pre-commit:
|
|||||||
variables:
|
variables:
|
||||||
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
|
||||||
|
SKIP: shfmt
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- ${PRE_COMMIT_HOME}
|
- ${PRE_COMMIT_HOME}
|
||||||
|
Loading…
Reference in New Issue
Block a user