Woodpecker CI: Fix syntax error in lint workflow
This commit is contained in:
parent
b224a2dacc
commit
265d3eeebc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ steps:
|
||||||
image: *elixir-image
|
image: *elixir-image
|
||||||
commands: |
|
commands: |
|
||||||
if [ -f fail.stamp ]; then
|
if [ -f fail.stamp ]; then
|
||||||
echo "One or more previous steps fails. Failing workflow...
|
echo "One or more previous steps fails. Failing workflow..."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "All steps passed"
|
echo "All steps passed"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue