mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: Bug in generate.sh removal of jobs
This commit is contained in:
commit
939fbfa63f
|
|
@ -262,8 +262,8 @@ delete_job()
|
|||
sed -Ei.bak "/^ - ${2}/d" "$1"
|
||||
}
|
||||
file="$BASEDIR/$1"
|
||||
delete_yaml_block "$file" "${2}"
|
||||
delete_yaml_block "$file" "start_${2}"
|
||||
delete_yaml_block "$file" "${2}:"
|
||||
delete_yaml_block "$file" "start_${2}:"
|
||||
}
|
||||
|
||||
# Define function to remove any unneeded repeated jobs.
|
||||
|
|
|
|||
Loading…
Reference in New Issue