Skip to content

Commit

Permalink
Issue #000 fix: update logs path.
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkumargangula committed Apr 1, 2021
1 parent 99b3144 commit d0c1126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
docker:
- image: circleci/openjdk:14-jdk-buster-node-browsers-legacy
resource_class: small
steps:
- checkout
- restore_cache:
Expand All @@ -21,6 +22,7 @@ jobs:
docker:
- image: circleci/openjdk:14-jdk-buster-node-browsers-legacy
- image: circleci/redis:latest
resource_class: small
parallelism: 1
steps:
- checkout
Expand All @@ -29,6 +31,8 @@ jobs:
- run:
name: Setup environment and run tests
command: |
find ./ -type f -name "log4j2.xml" -print0 | xargs -0 sed -i -e 's/\/data\/logs/logs/g'
find ./ -type f -name "*.java" -print0 | xargs -0 sed -i -e 's/\/data\//~\//g'
mvn clean verify sonar:sonar -Dsonar.projectKey=project-sunbird_knowledge-platform-db-extensions -Dsonar.organization=project-sunbird -Dsonar.host.url=https://sonarcloud.io -Dsonar.surefire.reportsPath=/home/circleci/project/transaction-event-handler/target/surefire-reports
- save_cache:
paths:
Expand Down

0 comments on commit d0c1126

Please sign in to comment.