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
Added by amacdona@redhat.com over 5 years ago
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to POST
- Assignee set to amacdona@redhat.com
Updated by amacdona@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset plugin_template|08e3e21c7ac81e33c435608cea36d2ed3814deb0.
Added by amacdona@redhat.com over 5 years ago
Revision d21b1546 | View on GitHub
Use the template to fix Required PR logic
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
make commit msg available to pre-before-install
https://pulp.plan.io/issues/5056 fixes #5056