Skip to content

Commit

Permalink
fix pipeline linting command
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt committed Nov 21, 2023
1 parent 85a590c commit 4e9ff21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ stages:

ansible-lint:
stage: lint
script: ansible-lint .
script: ansible-lint *
2 changes: 1 addition & 1 deletion buildspec/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ phases:
build:
commands:
- echo Running ansible-lint ...
- ansible-lint .
- ansible-lint *

0 comments on commit 4e9ff21

Please sign in to comment.