Fix the the Resolve stage failing
If there are no docx files, the call to rm *.docx at the end of the stage fails, which causes the whole script to return a failure.
We could add a check, or just rm -f. Being lazy, I've opted for the latter.
If there are no docx files, the call to rm *.docx at the end of the stage fails, which causes the whole script to return a failure.
We could add a check, or just rm -f. Being lazy, I've opted for the latter.