File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -105,22 +105,6 @@ jobs:
105
105
- name : Run shellcheck
106
106
run : ./src/main/scripts/execute-command.sh shellcheck
107
107
108
- run-ansible-lint :
109
- name : Run ansible-lint
110
- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
111
- runs-on : ubuntu-20.04
112
- steps :
113
- - name : Clone source code
114
- uses :
actions/[email protected] # https://github.com/actions/checkout
115
- with :
116
- # Whether to configure the token or SSH key with the local git config. Default: true
117
- persist-credentials : false
118
- - name : Install ansible-lint
119
- # Pin rich version to workaround https://github.com/ansible/ansible-lint/issues/1795
120
- run : pip3 install --user 'rich<11.0.0' ansible-lint==4.3.7
121
- - name : Run ansible-lint
122
- run : ./src/main/scripts/execute-command.sh ansible-lint
123
-
124
108
run-enforcer :
125
109
name : Run maven-enforcer-plugin
126
110
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ ROOTDIR="$(dirname "$0")/../../.."
14
14
MVN=mvn
15
15
16
16
case ${1:- } in
17
- ' ansible-lint' )
18
- exec ansible-lint \
19
- -x 106 \
20
- " $ROOTDIR /infra/vagrant/provisioning/prod.yml" \
21
- " $ROOTDIR /infra/vagrant/provisioning/vagrant.yml" \
22
- " $ROOTDIR /infra/vagrant/provisioning/bootstrap.yml" \
23
- " $ROOTDIR /src/main/scripts/ci/ansible/deploy.yml"
24
- ;;
25
17
' check-license' )
26
18
exec " $MVN " \
27
19
--batch-mode \
@@ -88,7 +80,6 @@ case ${1:-} in
88
80
echo >&2 " Usage: $0 <command>"
89
81
echo >&2
90
82
echo >&2 " Where <command> is one of:"
91
- echo >&2 ' - ansible-lint'
92
83
echo >&2 ' - check-license'
93
84
echo >&2 ' - checkstyle'
94
85
echo >&2 ' - enforcer'
You can’t perform that action at this time.
0 commit comments