Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,8 @@ services:
TEST_YUM: 0
command: >
/bin/bash -c "
# SSL_CERT_FILE required due to issue in RHEL-8 based images. See GH-49757
export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt &&
Comment thread
raulcd marked this conversation as resolved.
Outdated
/arrow/dev/release/verify-release-candidate.sh $${VERIFY_VERSION} $${VERIFY_RC}"

ubuntu-verify-rc:
Expand Down
Loading