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
Sure thing.
This is how we have been using it.
In the ReadMe we have added a part about using Jenkins to build this.
In that example script there is a call to
echo Mirroring cookbooks...
minimart mirror
This is pulling down everything listed in the inventory.yml file into the inventory directory in preparation for syncing.
After the sync is finished then we call
echo cleaning up Jenkins...
rm -rf ./inventory
to clear out what was there so every time we run this build anything that was removed from the inventory is removed from our Minimart repo.
Can a remove cookbook option be added to minimart?
The text was updated successfully, but these errors were encountered: