Skip to content

Commit

Permalink
Bug in generate.sh removal of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bereng committed Feb 26, 2024
1 parent 5430e69 commit dee7947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dee7947

Please sign in to comment.