Add executor to CircleCI config
This commit is contained in:
parent
3dc486ea66
commit
11fdc221bd
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ jobs:
|
||||||
branches:
|
branches:
|
||||||
only: [master]
|
only: [master]
|
||||||
working_directory: /tmp/danielrayjones
|
working_directory: /tmp/danielrayjones
|
||||||
|
machine:
|
||||||
|
enabled: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue