From d5964ff52ac63a0329322110260c47430c7a1f05 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Wed, 22 Jan 2020 17:37:10 +0100 Subject: [PATCH] Disable Docker Layer Caching - not available in plan --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7115fe6a..4f450bac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,8 +194,7 @@ jobs: - attach_workspace: at: /tmp/workspace - checkout - - setup_remote_docker: - docker_layer_caching: yes + - setup_remote_docker - run: name: Build Docker artifact - demo command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_SHA1}" . @@ -215,8 +214,7 @@ jobs: - attach_workspace: at: /tmp/workspace - checkout - - setup_remote_docker: - docker_layer_caching: yes + - setup_remote_docker - run: name: Build Docker artifact - demo command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_TAG}" . . @@ -233,8 +231,7 @@ jobs: - attach_workspace: at: /tmp/workspace - checkout - - setup_remote_docker: - docker_layer_caching: true + - setup_remote_docker - run: name: Build gaia no_output_timeout: 20m