Skip to content

Commit

Permalink
Fixup for equal sign instead of braket
Browse files Browse the repository at this point in the history
Change-Id: I7554e9d10afc6bea5600640d47920d31690c83fd
  • Loading branch information
JonasScharpf committed Dec 3, 2024
1 parent 91ef51c commit a50706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/trigger-all-nightlies-fast.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main() {
def edition = item;
def stepName = "Trigger ${edition}";

build_for_parallel[stepName] ) { ->
build_for_parallel[stepName] = { ->
def run_condition = edition in editions_to_test;
println("Should ${edition} be triggered? ${run_condition}");

Expand Down

0 comments on commit a50706a

Please sign in to comment.