diff --git a/.circleci/circleci.settings.xml b/.circleci/circleci.settings.xml deleted file mode 100644 index 0c5d49e..0000000 --- a/.circleci/circleci.settings.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - ossrh - ${JIRA_USER} - ${JIRA_PASSWORD} - - - diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 933f79c..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Java Maven CircleCI 2.0 configuration file -# -# Check https://circleci.com/docs/2.0/language-java/ for more details -# -version: 2 -jobs: - build: - docker: - - image: circleci/openjdk:11-browsers - - environment: - # Customize the JVM maximum heap limit - MAVEN_OPTS: -Xmx1024m - - steps: - - add_ssh_keys: - fingerprints: - - "ae:b8:4a:86:da:b3:7f:35:f5:62:68:61:d6:29:8b:ac" - - checkout - - run: - name: Run build with tests - command: if [[ -z "$GIT_USER_EMAIL" ]]; then mvn clean install org.jacoco:jacoco-maven-plugin:prepare-agent -U --batch-mode -Dmaven.test.redirectTestOutputToFile=true;fi - - run: - name: Save test results - command: | - mkdir -p ~/junit/ - find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} ~/junit/ \; - bash <(curl -s https://codecov.io/bash) - when: always - - store_test_results: - path: ~/junit - - store_artifacts: - path: ~/junit - - run: - name: Save artifacts - command: | - mkdir -p ~/artifacts/ - find . -type f -regex ".*/target/.*jar" -exec cp {} ~/artifacts/ \; - when: always - - store_test_results: - path: ~/artifacts - - store_artifacts: - path: ~/artifacts diff --git a/.circleci/gpg.playtika.pub b/.circleci/gpg.playtika.pub deleted file mode 100644 index c983e22..0000000 --- a/.circleci/gpg.playtika.pub +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- - -mQENBFoESb4BCACsvwcKLlZKdMO112dyRnZQpVlRg+N/8uGPYT5FUcmEfQAMDAvn -AlabchhRhuJkWODzntYcX6wIBPxrkh1oFazag/y7fsqmS8JHIWbrC6sD8OrvjenP -FFFxIBb6dhOemj5QeP0Rcvdhxoha9BjJUj0UP0rqaykh7GOKIekZQyidYQkeTTu4 -8z+ddKLXKFYaQp5JkIX4B8BPnAgsQWbrmZWvGZtOohSbLerj2b77w3ffZS8foRdz -+N6EoITJZ+lVMSB4xVdchZbOqCfPNGRbI0LTcZ9TCyAQcWtAeuP+minPx7a2lzZe -WKsuU6ky9I/gs6jZdD//Gsi/Zlf33/VvwSSNABEBAAG0HFBsYXl0aWthIDxpbmZv -QHBsYXl0aWthLmNvbT6JAVQEEwEIAD4WIQRyzg+3tQ4ZVgpkqv8QblwTPu8kxwUC -WgRJvgIbAwUJA8JnAAULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgAAKCRAQblwTPu8k -x4HDB/9RMn06G/d8dnzXd2jg79/YGn1c/xMBig3bC110AyJAIx3HZ1Xu0br7Qnma -1XG7FaXme7WzwFZLaCS5pP4iWViVdbb/wm2eUGkVY4t7Q/h4nkdFNGCeJJzhjbLI -/KYjvzlKiESNVmLjcWru7GbUq5fefiLbWIGEf8axiLQpRz5k3P3ogBvZNaOEunta -MrZN9Y+qCzIne5PaUSA6hTzZOln2daVR9SvqJ6ldoaWSXpRnYrjsBYeQiZaA7sRO -1rece2M2YuRgMOfi39aVDrPthoX+l9AMVptequjBu3bzJhkkSyCWthbqIl/nTqd9 -i/mVHn24t8Ht/VkplLYOwuq3SlZo -=PiBY ------END PGP PUBLIC KEY BLOCK----- diff --git a/README.md b/README.md index 36f1284..0a68c6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![CircleCI](https://circleci.com/gh/Playtika/nosql-batch-updater/tree/develop.svg?style=shield&circle-token=2fee7a6c26cbd37d4530dc0ef8d4f70027d070ae)](https://circleci.com/gh/Playtika/nosql-batch-updater/tree/develop) [![codecov](https://codecov.io/gh/Playtika/nosql-batch-updater/branch/master/graph/badge.svg)](https://codecov.io/gh/Playtika/nosql-batch-updater) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.playtika.nosql/batch-updater-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.playtika.nosql/batch-updater-parent) # nosql-batch-updater