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 4af0da1 commit abd9624
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/accumulo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
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
# 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.
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.
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit abd9624

Please sign in to comment.