diff --git a/.github/workflows/accumulo-builds.yml b/.github/workflows/accumulo-builds.yml index a4e71e7..2a0f0a4 100644 --- a/.github/workflows/accumulo-builds.yml +++ b/.github/workflows/accumulo-builds.yml @@ -47,8 +47,8 @@ jobs: - name: Build Accumulo run: | cd $GITHUB_WORKSPACE/accumulo - mvn -V -B -e -ntp "-Dstyle.color=always" -DskipTests -T1C clean package - cp $GITHUB_WORKSPACE/accumulo/assemble/target/accumulo-*.tar.gz $GITHUB_WORKSPACE/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/datawave-accumulo/files + #mvn -V -B -e -ntp "-Dstyle.color=always" -DskipTests -T1C clean package + #cp $GITHUB_WORKSPACE/accumulo/assemble/target/accumulo-*.tar.gz $GITHUB_WORKSPACE/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/datawave-accumulo/files ls -lastr $GITHUB_WORKSPACE # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.