Hi,
at the moment I try to use more specific group specs - sth. like
(api/lift
{jira-group #(meissa-jira-large)}
:user my-user
:compute provider
:phase :init)
as described here:
http://palletops.com/pallet/api/0.8/pallet.api.html#var-liftBut unfortunately I get
"group-spec error: Map did not contain expected path [:group-name]."
The more unspecific group spec is working fine:
(api/lift
jira-group
:user my-user
:compute provider
:phase :init)
Any idea, what I'm doing wrong?
Best regards,
Michael