http://nkuz2tpok7ctwd5ueer5bytj3bm42vp7lgjcsnznal3stotg6vyaakyd.onion/rbm_steps.html
For instance,
assuming that you defined rpm and deb steps for building rpm and
debian packages, if you want to use a different git tag or branch
depending on the type of package, you could do: git_hash: |
[% IF c('step') == 'rpm' -%]
dev-rpm
[%- ELSIF c('step') == 'deb' -%]
dev-deb
[%- ELSE -%]
dev
[%- END -%] An other way to do it is to use steps option. This option works in a
similar way to the targets option except that it contains a hash
indexed by step name...