From 34d24eec1c090906020ff45f891fd34092c39360 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 18:19:01 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3791b9..12c4c89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,8 @@ build-splunk: &build-splunk test: &test steps: - checkout - - docker/install-docker-tools + - setup_remote_docker: + docker_layer_caching: true - run: name: Docker Login command: | @@ -146,11 +147,9 @@ jobs: SPLUNK: '7.3' <<: *test test-sc4s-3-25-1-splunk-7-2: - machine: - image: ubuntu-1604:201903-01 - docker_layer_caching: true -# docker: -# - image: circleci/python:3.7 + + docker: + - image: circleci/python:3.7 environment: SYSLOG: '3.25.1' SPLUNK: '7-2'