Remove obsolete CI configuration.
See spring-projects/spring-data-build#2764
This commit is contained in:
committed by
Mark Paluch
parent
d1b80ac7f4
commit
f409e3ced3
@@ -1,6 +1,7 @@
|
||||
name: CI Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
|
||||
|
||||
@@ -10,17 +11,17 @@ jobs:
|
||||
build-java:
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ base, main ]
|
||||
java-version: [ base, next ]
|
||||
name: Build project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup Java and Maven
|
||||
uses: spring-projects/spring-data-release/actions/setup-maven@main
|
||||
uses: spring-projects/spring-data-build/actions/setup-maven@3.5.x
|
||||
with:
|
||||
java-version: ${{ matrix.java-version }}
|
||||
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
|
||||
- name: Build
|
||||
uses: spring-projects/spring-data-release/actions/maven-build@main
|
||||
uses: spring-projects/spring-data-build/actions/maven-build@3.5.x
|
||||
env:
|
||||
TESTCONTAINERS_REUSE_ENABLE: true
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: Snapshots
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
|
||||
|
||||
@@ -14,11 +15,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup Java and Maven
|
||||
uses: spring-projects/spring-data-release/actions/setup-maven@main
|
||||
uses: spring-projects/spring-data-build/actions/setup-maven@3.5.x
|
||||
with:
|
||||
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
|
||||
- name: Deploy to Artifactory
|
||||
uses: spring-projects/spring-data-release/actions/maven-artifactory-deploy@main
|
||||
uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@3.5.x
|
||||
env:
|
||||
TESTCONTAINERS_REUSE_ENABLE: true
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user