Skip to content

Fix the the Resolve stage failing

canterburym requested to merge canterburym-master-patch-14372 into master

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.

Merge request reports

Loading