This is an automated email from the ASF dual-hosted git repository.
bereng pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new dee7947422 Bug in generate.sh removal of jobs
dee7947422 is described below
commit dee7947422637988fa65f2e09e8d8750eeb56255
Author: Bereng <[email protected]>
AuthorDate: Mon Feb 19 07:34:36 2024 +0100
Bug in generate.sh removal of jobs
---
.circleci/generate.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/generate.sh b/.circleci/generate.sh
index 1e5742d5c6..f578ce992e 100755
--- a/.circleci/generate.sh
+++ b/.circleci/generate.sh
@@ -255,8 +255,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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]