Actions
Issue #5056
closedRequired PR for pulp_file doesn't work
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 55
Quarter:
Description
The pulp_file required PR logic happens in the pre_before_install file.
https://github.com/pulp/pulpcore/blob/master/.travis/pre_before_install.sh#L1
However, this uses an environment variable $COMMIT_MSG that is set after pre_before_install is executed.
https://github.com/pulp/pulpcore/blob/master/.travis/before_install.sh#L11
Actions
make commit msg available to pre-before-install
https://pulp.plan.io/issues/5056 fixes #5056