mirror of https://github.com/openssl/openssl.git
make-test: No verbose tar output
This just clutters the logs otherwise. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/26820)
This commit is contained in:
parent
612e3e8340
commit
5ae74ab47c
|
@ -38,6 +38,6 @@ echo "Test suite exited with $RESULT, artifacts path is $OSSL_CI_ARTIFACTS_PATH"
|
|||
echo "::endgroup::"
|
||||
|
||||
echo "Archive artifacts"
|
||||
tar -czvf artifacts.tar.gz $OSSL_CI_ARTIFACTS_PATH
|
||||
tar -czf artifacts.tar.gz $OSSL_CI_ARTIFACTS_PATH
|
||||
|
||||
exit $RESULT
|
||||
|
|
Loading…
Reference in New Issue