plone / mr.roboto

Keep github and jenkins in sync
http://jenkins.plone.org/roboto
1 stars 3 forks source link

Insert buildout:directory in config. #83

Closed mauritsvanrees closed 2 years ago

mauritsvanrees commented 2 years ago

This is a workaround for issue https://github.com/plone/mr.roboto/issues/82 Should prevent this error with coredev 6.0 sources.cfg:

backports.configparser.InterpolationMissingOptionError:
Bad value substitution: option 'docs-classicui' in section 'sources' contains an interpolation key 'buildout:directory' which is not a valid option name.
Raw value: 'git ${remotes:plone}/documentation.git pushurl=${remotes:plone_push}/documentation.git egg=false branch=classic-ui path=${buildout:directory}/documentation/classic-ui'
gforcada commented 2 years ago

Thanks!

gforcada commented 2 years ago

Deployed 🎉