Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Merge requests
!27
Fix rule syntax
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix rule syntax
pipeline
into
devel
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vivek Dutta
requested to merge
pipeline
into
devel
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ba3215a4
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ba3215a4
Fix rule syntax
· ba3215a4
Vivek Dutta
authored
6 months ago
static-code-analysis.yml
+
2
−
2
Options
@@ -15,7 +15,7 @@ run_static_code_analysis:
script
:
-
"
static_code_analysis.sh"
rules
:
-
if
:
$
{
SOURCE_FOLDER
}
-
if
:
$SOURCE_FOLDER
when
:
always
artifacts
:
when
:
on_failure
@@ -32,5 +32,5 @@ run_shell_checks:
-
echo "Running shellcheck ${SHELLCHECK_OPTIONS} ${SHELL_SRC}"
-
"
shellcheck
${SHELLCHECK_OPTIONS}
${SHELL_SRC}"
rules
:
-
if
:
$
{
SHELL_SRC
}
-
if
:
$SHELL_SRC
when
:
always
Loading