Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
docs.it4i.cz
Merge requests
!50
Corrected shellcheck CI test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Corrected shellcheck CI test
CI
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
David Hrbáč
requested to merge
CI
into
master
8 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
092881f9
1 commit,
8 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -62,7 +62,7 @@ shellcheck:
allow_failure
:
true
script
:
-
which shellcheck || apt-get update && apt-get install -y shellcheck
-
shellcheck
*.sh
-
find . -name *.sh -not -path "./docs.it4i/*" -not -path "./site/*" -exec
shellcheck
{} +
deploy to stage
:
environment
:
stage
Loading