Skip to content

Commit

Permalink
test(circleci-build): test circleci build with master version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernani Batista committed Oct 8, 2020
1 parent bae4761 commit 151358e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 151358e

Please sign in to comment.