Skip to content

Commit

Permalink
Fix sonar
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Vaneev <[email protected]>
  • Loading branch information
Warchant committed Feb 17, 2018
1 parent b1bfa7c commit 9e8d20e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ defaults: &defaults
environment:
IROHA_HOME: /opt/iroha
IROHA_BUILD: /opt/iroha/build
SONAR_DIR: /opt/.sonar


defaults: &version
Expand Down Expand Up @@ -213,7 +212,7 @@ jobs:
- save_cache:
key: v1-sonar-{{ epoch }}
paths:
- $SONAR_DIR
- .sonar


# executed only for develop, master and release branches
Expand Down Expand Up @@ -245,7 +244,7 @@ jobs:
- save_cache:
key: v1-sonar-{{ epoch }}
paths:
- $SONAR_DIR
- .sonar


build-macos-release:
Expand Down

0 comments on commit 9e8d20e

Please sign in to comment.