Created
August 31, 2012 15:49
-
-
Save mccun934/3554917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def promote from_env, to_env | |
| # TODO: add logic to promote parent templates | |
| # when that feature arrives | |
| promote_products from_env, to_env | |
| promote_repos from_env, to_env | |
| promote_packages from_env, to_env | |
| promote_template from_env, to_env | |
| [] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment