Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EasyBuild-wrappers
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
EasyBuild-wrappers
Merge requests
!4
Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck
docker
into
master
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Marek Chrastina
requested to merge
docker
into
master
6 years ago
Overview
0
Commits
2
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
92661e11
6 years ago
version 1
4f46ef1f
6 years ago
master (base)
and
latest version
latest version
66246cfc
2 commits,
6 years ago
version 2
92661e11
1 commit,
6 years ago
version 1
4f46ef1f
1 commit,
6 years ago
1 file
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
4
Options
docs
:
stage
:
test
image
:
davidhrbac/docker-mdcheck:latest
allow_failure
:
true
image
:
it4innovations/docker-mdcheck:latest
script
:
-
mdl -r ~MD013 *.md
shellcheck
:
stage
:
test
image
:
davidhrbac
/docker-shellcheck:latest
image
:
it4innovations
/docker-shellcheck:latest
allow_failure
:
true
script
:
-
which shellcheck || apt-get update && apt-get install -y shellcheck
-
shellcheck eb scripts/*.sh scripts/lib/*
Loading