cf-platform-eng / tile-generator

Tools to develop, package, test, and deploy software on Pivotal Cloud Foundry
https://docs.pivotal.io/tiledev/tile-generator.html
Apache License 2.0
87 stars 60 forks source link

#167261974 : Tile Generator delete-all errand is missing property exports #313

Closed PeterEltgroth closed 5 years ago

PeterEltgroth commented 5 years ago

This PR addresses https://www.pivotaltracker.com/story/show/167261974 and was worked onin conjunction with @mboldt and @edwardecook

There is some urgency to have this merged in as OverOps would like to release a tile soon and require this change.

In addition to addressing the story adding a few tests run-acceptancetests.sh has been made idempotent so a new tile build between runs is not longer necessary, and the readme has been updated to show hoe to use the cache so dependencies are not downloaded for every build.

cf-gitbot commented 5 years ago

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.

keshto commented 5 years ago

Hate to see more stuff in ERB templates, but looks like that is the easiest place for the change. Thanks