Created
July 17, 2012 23:03
-
-
Save richo/3132734 to your computer and use it in GitHub Desktop.
This file contains 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
met? { | |
Dir.exist? (cfn_metadata['babushka-deps']) && | |
cd(cfn_metadata['babushka-deps']) do |dir| | |
[ | |
shell "git fetch", | |
shell("git rev-list HEAD..origin/master").stdout.empty?, | |
!shell("git submodule status").stdout.grep /^-/ | |
].all? | |
end | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment