diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bf76fb..e9fd552 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,7 @@ build-splunk: &build-splunk test: &test steps: - checkout - - setup_remote_docker: - docker_layer_caching: true + - run: name: Docker Login command: | @@ -147,8 +146,11 @@ jobs: SPLUNK: '7.3' <<: *test test-sc4s-3-25-1-splunk-7-2: - docker: - - image: circleci/python:3.7 + machine: + image: ubuntu-1604:201903-01 + docker_layer_caching: true +# docker: +# - image: circleci/python:3.7 environment: SYSLOG: '3.25.1' SPLUNK: '7-2'