Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
gitlab-docker
Compare revisions
d1f9200d7b3a3f57b65c8036116e78b9d597a1b3 to 30d73b9719652ce2cb3d61de00e84b94224bd83f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
shore/gitlab-docker
Select target project
No results found
30d73b9719652ce2cb3d61de00e84b94224bd83f
Select Git revision
Branches
master
1 result
Swap
Target
shore/gitlab-docker
Select target project
shore/gitlab-docker
1 result
d1f9200d7b3a3f57b65c8036116e78b9d597a1b3
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update a pre-commit hook.
· 4f12d7a4
nimrod
authored
9 months ago
4f12d7a4
Update GitLab.
· 30d73b97
nimrod
authored
9 months ago
30d73b97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
2 additions
and
2 deletions
.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
...
...
This diff is collapsed.
Click to expand it.
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
...
...
This diff is collapsed.
Click to expand it.