Skip to content

Commit

Permalink
lemme see that dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 23, 2024
1 parent abd9624 commit 5541dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accumulo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5541dc1

Please sign in to comment.