You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
If a pivnet product version has no dependencies. Example - pivnet rds -p <product_name> -r
+----+---------+------------+--------------+
| ID | VERSION | PRODUCT ID | PRODUCT NAME |
+----+---------+------------+--------------+
+----+---------+------------+--------------+
The metadata.json has dependencies key set to null "Dependencies": null,. While running upload-ert-and-stemcell task pcf-pipelines/tasks/upload-product-and-stemcell/task.sh the pipeline errors out with can not iterate over null
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
If a pivnet product version has no dependencies. Example - pivnet rds -p <product_name> -r
The metadata.json has dependencies key set to null
"Dependencies": null,
. While running upload-ert-and-stemcell taskpcf-pipelines/tasks/upload-product-and-stemcell/task.sh
the pipeline errors out withcan not iterate over null
The same will occur while downloading stemcell version
pcf-pipelines/tasks/upload-product-and-stemcell/task.sh
Am not sure how likely it is that the pivnet product version will have no dependencies but we should be able to handle null conditions.
Let me know and I can submit a PR to fix this.
The text was updated successfully, but these errors were encountered: