From d75f7cdbb8b652dc4152eae3570a9ea2dfa547e2 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 9 Jul 2020 15:05:13 -0400 Subject: [PATCH] Updates circleci to use machine for Testcontainers --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c552a93..49c12dcb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ version: 2 jobs: build: - docker: - - image: springcloud/pipeline-base -# user: appuser + machine: true +# docker: +# - image: springcloud/pipeline-base environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" TERM: dumb @@ -14,8 +14,6 @@ jobs: - checkout - restore_cache: key: sc-gateway-{{ .Branch }} - - run: - command: apt-get -y install redis-server - run: name: "Download dependencies" command: |