Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keepalived-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
salt
keepalived-formula
Commits
5e42eaaa
Commit
5e42eaaa
authored
5 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(travis): quote pathspecs used with `git ls-files` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/107
parent
47b3bce9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
with
2 additions
and
2 deletions
.travis.yml
+
2
−
2
View file @
5e42eaaa
...
...
@@ -46,7 +46,7 @@ jobs:
script
:
# Install and run `salt-lint`
-
pip install --user salt-lint
-
git ls-files -- *.sls
*.jinja
*.j2
*.tmpl
*.tst
-
git ls-files --
'
*.sls
' '
*.jinja
' '
*.j2
' '
*.tmpl
' '
*.tst
'
| xargs salt-lint
# Install and run `yamllint`
# Need at least `v1.17.0` for the `yaml-files` setting
...
...
@@ -57,7 +57,7 @@ jobs:
-
rubocop -d
# Run `shellcheck` (already pre-installed in Travis)
-
shellcheck --version
-
git ls-files -- *.sh
*.bash
*.ksh
-
git ls-files --
'
*.sh
' '
*.bash
' '
*.ksh
'
| xargs shellcheck
# Install and run `commitlint`
-
npm i -D @commitlint/config-conventional
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
223ef1d1
·
4 years ago
mentioned in commit
223ef1d1
mentioned in commit 223ef1d1776eac7bfcb3d582262c42f665d0d2a1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment