diff --git a/.github/workflows/build-accumulo.yml b/.github/workflows/build-accumulo.yml index 1ce56c9bca8..44fda8ecef3 100644 --- a/.github/workflows/build-accumulo.yml +++ b/.github/workflows/build-accumulo.yml @@ -80,7 +80,6 @@ jobs: cd $GITHUB_WORKSPACE/accumulo mvn -DaltDeploymentRepository=github-datawave::https://maven.pkg.github.com/NationalSecurityAgency/datawave -V -B -e -ntp "-Dstyle.color=always" -DskipTests -T1C clean deploy -s $GITHUB_WORKSPACE/datawave/.github/workflows/settings.xml - name: Trigger accumulo image build - if: ${{ ( github.event.inputs.deployAccumulo || 'false' ) == 'true'}} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |