From 5541dc19b2ef833769d51bb310132c99c7d15eef Mon Sep 17 00:00:00 2001 From: Adam Lerman Date: Mon, 23 Sep 2024 22:42:19 +0000 Subject: [PATCH] lemme see that dir --- .github/workflows/accumulo-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.