Skip to content

Commit

Permalink
Split up clean and check in release wizard prep commands
Browse files Browse the repository at this point in the history
Relates to #13567
  • Loading branch information
javanna committed Dec 14, 2024
1 parent add9c09 commit 6a0531b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-tools/scripts/releaseWizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a0531b

Please sign in to comment.