Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas committed Aug 24, 2021
1 parent 9329cae commit 6476673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ cd $COLLECTION_DIR
pip3 install rstcheck antsibull-changelog "ansible-lint<5.0.0"

if [ -z "$SKIP_TEST" ]; then
$ANSIBLE_EXEC_PREFIX/ansible-test sanity --skip-test $SKIP_TEST
else
$ANSIBLE_EXEC_PREFIX/ansible-test sanity
else
$ANSIBLE_EXEC_PREFIX/ansible-test sanity --skip-test $SKIP_TEST
fi
/usr/local/bin/antsibull-changelog lint
/usr/local/bin/ansible-lint roles/* -x 204
Expand Down

0 comments on commit 6476673

Please sign in to comment.