Pack loses the names of buildpacks#1253
Conversation
Signed-off-by: Halil İbrahim ceylan <acolops@gmail.com>
|
Thanks for the PR, @haliliceylan ! It looks like there needs to be some changes in the acceptance tests, particularly with the |
Signed-off-by: Halil İbrahim ceylan <acolops@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1253 +/- ##
==========================================
+ Coverage 81.23% 81.23% +0.01%
==========================================
Files 140 140
Lines 8581 8582 +1
==========================================
+ Hits 6970 6971 +1
Misses 1176 1176
Partials 435 435
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
I did not get it, some acceptance test are passing, but some of them are not passing like combo-acceptance-test. What i did wrong @dfreilich , @jromero ? |
|
I copied all orginal ones into |
|
I think compability tests are not pickup |
Signed-off-by: Halil İbrahim ceylan acolops@gmail.com
Summary
When using
pack builder createandpack buildpack package,ExtractBuildpacksfunction was not reading the name variable if the buildpack was down-levels, I fixed this. Additional information is in the issue #1217Output
Before
After
Documentation
Related
Resolves #1217