Skip to content

Commit

Permalink
Build feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend committed Apr 16, 2024
1 parent ed8998d commit 3a3b785
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,14 @@ workflows:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- checkout-verify-deploy:
context: global
filters:
branches:
ignore:
- develop
- main
checkout-and-verify:
executor: java
environment:
MAVEN_OPTS: -Xmx1024m
steps:
- checkout
- generate-maven-settings-file:
settings-file: *maven-settings-file
- maven/with_cache:
steps:
- run: mvn clean verify -U -T 1C

0 comments on commit 3a3b785

Please sign in to comment.