Skip to content

Commit

Permalink
tests: time the docker load calls
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 20, 2020
1 parent 5fd0400 commit ef5a4b0
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 @@ -10,8 +10,8 @@ commands:
- run:
name: restore docker images
command: |
docker load -i build/herokuish.tar
docker load -i build/node.tar
time docker load -i build/herokuish.tar
time docker load -i build/node.tar
- run:
name: resolve dokku.me
command: |
Expand Down

0 comments on commit ef5a4b0

Please sign in to comment.