Skip to content

Commit

Permalink
Hmm, let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Nov 30, 2023
1 parent bef12fc commit 7fad1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ jobs:
- install_confidential_test_data
- run:
name: build
command: ./mvnw -B clean install -DskipTests "$CORE_VERSION_OVERRIDE"
command: |
./mvnw -B clean install -DskipTests "$CORE_VERSION_OVERRIDE"
# Running scan must occur after build
- run_git_secrets_scan
Expand Down

0 comments on commit 7fad1a6

Please sign in to comment.