Split up clean and check in release wizard prep commands

Relates to #13567
This commit is contained in:
Luca Cavanna 2024-12-14 16:58:03 +01:00
parent 084480dffb
commit a1cbdbb0ab
1 changed files with 3 additions and 1 deletions

View File

@ -343,7 +343,9 @@ groups:
cmd: git pull --ff-only
stdout: true
- !Command
cmd: "{{ gradle_cmd }} clean check -x test"
cmd: "{{ gradle_cmd }} clean"
- !Command
cmd: "{{ gradle_cmd }} check -x test"
- !Todo
id: create_stable_branch
title: Create a new stable branch, off from main