[Flow] TYPO3.Surf with Bitbucket

Mario mario.rexin at di-unternehmer.com
Wed Feb 19 14:40:01 CET 2014


Surf tries to get the sha1 out of the repository url using 

git ls-remote {$options['repositoryUrl']} refs/heads/$branch | awk '{print $1 }

and this seems not to work here for me. When executing the command on the CLI locally I get the sha1, so I did this to fix this issue for me. Maybe this work when using a key maybe not ;-)


More information about the Flow mailing list