From e128f730ac49f522e568e2b35bc193b5234c6224 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 13 Mar 2019 20:15:09 -0400 Subject: [PATCH] Deleting old circle config --- circle.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 circle.yml diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 05253918..00000000 --- a/circle.yml +++ /dev/null @@ -1,43 +0,0 @@ -# -# Copyright (C) 2015 to the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -general: - branches: - ignore: - - gh-pages # list of branches to ignore -machine: - java: - version: oraclejdk8 - environment: - _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" - _SERVICE_OCCURRENCE: 5 -dependencies: - override: - - ./mvnw -s .settings.xml -U --fail-never dependency:go-offline -Dservice.occurrence=${_SERVICE_OCCURRENCE} || true -test: - override: - - ./mvnw -s .settings.xml clean install -Dservice.occurrence=${_SERVICE_OCCURRENCE} #org.jacoco:jacoco-maven-plugin:prepare-agent install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - post: - - find . -type f -regex ".*/spring-cloud-*.*/target/*.*" | cpio -pdm $CIRCLE_ARTIFACTS - - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; - - bash <(curl -s https://codecov.io/bash) - -notify: - webhooks: - # A list of hook hashes, containing the url field - # gitter hook - - url: https://webhooks.gitter.im/e/22e6bb4eb945dd61ba54