Skip to content

Commit

Permalink
Updated stack orb to allow customize the executor of the 'server' job.
Browse files Browse the repository at this point in the history
  • Loading branch information
acortes-okode committed Jun 12, 2020
1 parent ade2030 commit a2cb7ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stack/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ jobs:
copy-static-resources:
type: boolean
default: true
executor: java-node
executor:
type: executor
default: java-node
executor: << parameters.executor >>
working_directory: ~/project/<< parameters.path >>
steps:
- checkout:
Expand Down

0 comments on commit a2cb7ce

Please sign in to comment.