Skip to content

Commit

Permalink
trying to fix error output
Browse files Browse the repository at this point in the history
  • Loading branch information
positron96 committed Apr 15, 2024
1 parent 4050ce8 commit 6a6d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
echo '===================================================='
done < folder-list/folders.txt
- run: |
[ -e "errors.txt" ] && echo "ERRORS!!!" && cat errors.txt
[ -e "errors.txt" ] && (echo "ERRORS!" && cat errors.txt) || true

0 comments on commit 6a6d55d

Please sign in to comment.