Skip to content

Commit 620b06d

Browse files
Update release train automation.
See: spring-projects/spring-data-build#2891
1 parent 732edbe commit 620b06d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/actions/release-train-test/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ runs:
1919
fi
2020
2121
echo "RELEASE_TRAIN_MVN=./mvnw --batch-mode ${MAVEN_LOGGING_OPTS[*]} --settings release-train-settings.xml clean verify -Dgpg.skip" >> "${GITHUB_ENV}"
22-
- name: Build Release
22+
- name: Test Release
2323
shell: bash
2424
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,release,ci
25-
- name: Distribution build
26-
shell: bash
27-
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,distribute
28-
- name: Schema build
29-
shell: bash
30-
run: ${RELEASE_TRAIN_MVN} --activate-profiles releaseTrain,distribute-schema

0 commit comments

Comments
 (0)