Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 7, 2020
1 parent 58719b6 commit 1e7c4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ test: &test
- run:
name: test
command: |
docker-compose -f tests/docker-compose.yml pull
docker-compose -f tests/docker-compose.yml up --abort-on-container-exit
docker-compose -f tests/docker-compose-ci.yml pull
docker-compose -f tests/docker-compose-ci.yml up --abort-on-container-exit
no_output_timeout: 1h
- run:
name: collect results
Expand Down

0 comments on commit 1e7c4ed

Please sign in to comment.