diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e6cedc..8ba5fc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: # run tests! - run: mvn integration-test - run: mvn cobertura:cobertura - - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN} - run: mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy