Revert "GitLab CI: Add temporary debugging"

This reverts commit 7f64c6fa1a.
This commit is contained in:
Gerald Combs 2023-09-21 13:48:34 -07:00
parent cd1c799228
commit 2e8aae86d7
1 changed files with 2 additions and 2 deletions

View File

@ -549,8 +549,8 @@ macOS Intel Package:
- for digest in sha512 sha256 sha1 ; do openssl $digest Wireshark*.dmg ; done
- |
if [ -n "$S3_DESTINATION_MACOS_INTEL64" ] ; then
aws s3 cp Wireshark?[1-9]*Intel*.dmg "$S3_DESTINATION_MACOS_INTEL64/" --debug
aws s3 cp Wireshark?dSYM*Intel*.dmg "$S3_DESTINATION_MACOS_INTEL64/" --debug
aws s3 cp Wireshark?[1-9]*Intel*.dmg "$S3_DESTINATION_MACOS_INTEL64/"
aws s3 cp Wireshark?dSYM*Intel*.dmg "$S3_DESTINATION_MACOS_INTEL64/"
fi
- cd ..
- ninja test-programs