Actions
Issue #7547
closedFix scripts' calls which demonstrate some features
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 83
Quarter:
Description
We often specify $REPO_HREF two times in the same call, e.g.:
- https://github.com/pulp/pulp_container/blob/fb4fe8c00406cc93b950449b8cbff64eeee7d2da/docs/_scripts/image_tagging.sh#L7-L8
- https://github.com/pulp/pulp_container/blob/fb4fe8c00406cc93b950449b8cbff64eeee7d2da/docs/_scripts/tag_copy.sh#L4-L5 (I am confused how to use the copy API in general due to this)
This was changed in https://github.com/pulp/pulp_container/commit/49a78cf6c1476643335096116ca48724c35ac421. The solution would be to update the calls to properly follow the current workflows.
Actions
Updated scripts to correctly show the workflows.
closes #7547 https://pulp.plan.io/issues/7547