1
0
mirror of synced 2026-09-11 02:19:47 +00:00

Update release train automation.

See: spring-projects/spring-data-build#2891
This commit is contained in:
Christoph Strobl
2026-08-10 07:10:35 +02:00
parent 073bdd3751
commit 854ba1f8a8
@@ -19,12 +19,6 @@ runs:
fi
echo "RELEASE_TRAIN_MVN=./mvnw --batch-mode ${MAVEN_LOGGING_OPTS[*]} --settings release-train-settings.xml clean verify -Dgpg.skip" >> "${GITHUB_ENV}"
- name: Build Release
- name: Test Release
shell: bash
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,release,ci
- name: Distribution build
shell: bash
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,distribute
- name: Schema build
shell: bash
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,distribute-schema