Skip to content

Commit

Permalink
run build
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 27, 2024
1 parent a34e488 commit 7d34b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-accumulo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
cd $GITHUB_WORKSPACE/accumulo
export NEWVERSION=$(mvn help:evaluate -Dexpression=project.version.major -q -DforceStdout).$(mvn help:evaluate -Dexpression=project.version.minor -q -DforceStdout).$(mvn help:evaluate -Dexpression=project.version.incremental -q -DforceStdout)-$(git rev-parse --short HEAD)
echo accumuloversion=$NEWVERSION >> $GITHUB_OUTPUT
echo $NEWVERSION
mvn versions:set -DnewVersion=$NEWVERSION
mvn -V -B -e -ntp "-Dstyle.color=always" -DskipTests -T1C clean deploy -s $GITHUB_WORKSPACE/datawave/.github/workflows/settings.xml
Expand Down

0 comments on commit 7d34b39

Please sign in to comment.