This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 4f058ad31401a34f93a70267e8b60f1f26de254d Author: Lee Rhodes <[email protected]> AuthorDate: Mon Mar 8 10:31:14 2021 -0800 Remove update configs --- .github/workflows/maven.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e53b807..50cc253 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,11 +43,6 @@ jobs: -Dmaven.javadoc.skip=true -Dgpg.skip=true --toolchains .github/workflows/.toolchains.xml - - - name: Update Configs - run: > - curl https://dist.apache.org/repos/dist/dev/datasketches/configs/SketchesCheckstyle.xml - --silent --output ./tools/SketchesCheckstyle.xml - name: Test & Report if: ${{ success() }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
