Skip to content

Commit

Permalink
Testing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Oct 4, 2024
1 parent a5b94b0 commit 7e59808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-accumulo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Accumulo snapshot and update DataWave to use

on:
push:
workflow_dispatch:
inputs:
accumuloBranch:
Expand Down Expand Up @@ -44,9 +45,9 @@ jobs:
uses: actions/checkout@v4
id: accumuloCheckout
with:
repository: ${{ github.event.inputs.accumuloRepo }}
repository: apache/accumulo
path: accumulo
ref: ${{ github.event.inputs.accumuloBranch }}
ref: 2.1

- name: Set up JDK ${{env.ACCUMULO_JAVA_VERSION}}
uses: actions/setup-java@v4
Expand Down Expand Up @@ -80,7 +81,6 @@ jobs:
export newVersion=$(mvn -q help:evaluate -DforceStdout -Dexpression=project.version)
echo accumuloVersion=$newVersion >> $GITHUB_OUTPUT
- name: Deploy Accumulo
if: ${{ ( github.event.inputs.deployAccumulo || 'false' ) == 'true'}}
run: |
export JAVA_HOME=$ACCUMULO_JAVA
cd $GITHUB_WORKSPACE/accumulo
Expand Down

0 comments on commit 7e59808

Please sign in to comment.