Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Update a pre-commit hook.
· 4f12d7a4
nimrod
authored
Sep 19, 2024
4f12d7a4
Update GitLab.
· 30d73b97
nimrod
authored
Sep 19, 2024
30d73b97
Show whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
30d73b97
...
...
@@ -37,7 +37,7 @@ repos:
-
id
:
shellcheck
-
repo
:
https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev
:
v0.
2.0
rev
:
v0.
5.1
hooks
:
-
id
:
docker-compose
-
id
:
shell-validate
...
...
docker-compose.yml
View file @
30d73b97
...
...
@@ -2,7 +2,7 @@
version
:
'
3.7'
services
:
gitlab
:
image
:
registry.hub.docker.com/gitlab/gitlab-ce:17.3.
1
-ce.0
image
:
registry.hub.docker.com/gitlab/gitlab-ce:17.3.
3
-ce.0
restart
:
always
environment
:
# yamllint disable rule:line-length
...
...