Skip to content

Commit

Permalink
Merge pull request #245 from codacy/fix/skip-in-orb
Browse files Browse the repository at this point in the history
fix: Correctly evaluate the skip option in the orb
  • Loading branch information
rtfpessoa authored Aug 26, 2020
2 parents 6011393 + b52ef34 commit 8cb066c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orbs/commands/send_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ steps:
fi
done
if [ << parameters.skip >> ]
then
if << parameters.skip >>; then
skip_option="--skip"
else
skip_option=""
Expand Down

0 comments on commit 8cb066c

Please sign in to comment.