Skip to content

Commit

Permalink
Try setting executor here
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 28, 2021
1 parent 001dfc3 commit ace755c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ workflows:
branches:
ignore: master

executors:
ubuntu-machine:
machine:
image: ubuntu-2004:202107-02

################################################################################
# Functions
################################################################################
Expand Down Expand Up @@ -62,7 +67,7 @@ install_dependencies: &install_dependencies

jobs:
run-scompose-ci-tests:
machine: true
executor: "ubuntu-machine"
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit ace755c

Please sign in to comment.