From 151358e26b0788969b5e58ac747ba6144d4f19e2 Mon Sep 17 00:00:00 2001 From: Hernani Batista Date: Thu, 8 Oct 2020 16:50:47 -0300 Subject: [PATCH] test(circleci-build): test circleci build with master version --- .circleci/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a92d276b..7d4fc05e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -195,14 +195,7 @@ jobs: docker-compose pull docker-compose up -d - run: - name: Spin up the pisp-simulator and extra thirdparty-scheme-adapters A & B - command: | - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" - cd ./docker/ - docker-compose build - docker-compose up -d - - run: - name: Spin up core thirdparty-scheme-adapter with redis + name: Build docker images command: | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" docker-compose build