<mpbridge>
<mojca> I'm struggling to figure out the proper syntax to upload files to a different location depending on the branch being built. Here's my naive attempt:
<cmouse>
i think you need to create a custom step, which does that masterdest stuff
<cmouse>
now the os.path.join is called too early.
<cmouse>
or you can try masterdest = get_master_dest(step) and mark that renderer
<cmouse>
then move the os.path.join there
<mojca>
I'll try your suggestion now. I just wanted to say that the following works just fine, and I don't quite understand what the big difference is: