mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-30 19:34:50 +00:00
remove old pipelines, run sanity in pipelines because we're dropping zuul
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
14
tests/utils/shippable/lint.sh
Executable file
14
tests/utils/shippable/lint.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail -eux
|
||||
|
||||
echo "${PATH/\~/${HOME}}"
|
||||
echo "${HOME}"
|
||||
command -v ansible
|
||||
|
||||
pip install --upgrade --user pip
|
||||
pip install --upgrade --user ansible-lint
|
||||
|
||||
PATH="${PATH/\~/${HOME}}" ansible-lint \
|
||||
--exclude changelogs/ \
|
||||
--profile=production
|
||||
Reference in New Issue
Block a user