Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Aug 21, 2019
1 parent 12bb0db commit d9da0b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- restore_cache:
keys:
- gradle-{{ checksum "build.gradle" }}
- run:
- sudo apt-get update && sudo apt-get install -y make
- run: sudo apt-get update && sudo apt-get install -y make
- run:
<<: *init_task
- run:
Expand All @@ -45,8 +44,7 @@ jobs:
- restore_cache:
keys:
- java9-gradle-{{ checksum "build.gradle" }}
- run:
- sudo apt-get update && sudo apt-get install -y make
- run: sudo apt-get update && sudo apt-get install -y make
- run:
<<: *init_task
- run:
Expand Down

0 comments on commit d9da0b0

Please sign in to comment.