Skip to content

Commit

Permalink
Try to maven build, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Nov 30, 2023
1 parent b8b08a9 commit bef12fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ workflows:
when: << pipeline.parameters.run_nightly_against_develop >>
jobs:
- find-develop-snapshot
- build:
requires:
- find-develop-snapshot
- unit-tests:
requires:
- build


jobs:
Expand All @@ -101,7 +107,6 @@ jobs:
name: createCoreVersionParam
command: |
echo 'export CORE_VERSION_OVERRIDE'="-Ddockstore-core.version=$LATEST_VERSION" >> $BASH_ENV
- unit-tests
unit-tests:
executor: unit_tests_executor
Expand Down

0 comments on commit bef12fc

Please sign in to comment.