Skip to content
Snippets Groups Projects

Resolve "handle submodules"

Merged Maximilian Dolling requested to merge 53-handle-submodules into dev
Files
23
@@ -28,7 +28,7 @@ test:sqa-dev:
- rm -rf /repo/meta
- sqa --test
- tail -n +7 test/test_report.md > test/tmp_test_report.md
- IS_CHK_SUM=$(sha512sum meta/software-quality-assurance-report.md | awk '{ print $1 }')
- IS_CHK_SUM=$(sha512sum QUALITY.md | awk '{ print $1 }')
- PASS_CHK_SUM=$(sha512sum test/tmp_test_report.md | awk '{ print $1 }')
- >
if [ "$IS_CHK_SUM" != "$PASS_CHK_SUM" ]; then
Loading