Closed zsoobhan closed 9 years ago
The / in the branch name needs to be escaped. Consider moving to ''.format() instead of '' % foo. This currently breaks the deploy script. It was probably working before because only master was being deployed
/
''.format()
'' % foo
The
/
in the branch name needs to be escaped. Consider moving to''.format()
instead of'' % foo
. This currently breaks the deploy script. It was probably working before because only master was being deployed