Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Nov 27, 2018
1 parent 0cad97e commit da014c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Build application Docker image
command: |
docker version
docker build --cache-from=app -t app .
docker build --build-arg KASPERSKY_KEY=${KASPERSKY_KEY} --cache-from=app -t app .
- run:
name: Get Docker image size
command: |
Expand Down

0 comments on commit da014c9

Please sign in to comment.