Skip to content

Commit

Permalink
qqqq
Browse files Browse the repository at this point in the history
  • Loading branch information
victordrose committed Dec 20, 2023
1 parent cbbf992 commit 5cf6d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipelines/common/pipeline_generator.lib
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function add_jacoco_dependency {
echo "import xml.etree.ElementTree as ET" >> "$python_script"
echo "tree = ET.parse('${localDirectory}/pom.xml')" >> "$python_script"
echo "root = tree.getroot()" >> "$python_script"
echo "plugins = root.find('.//plugins')" >> "$python_script"
echo "plugins = root.find('.//build/plugins')" >> "$python_script"
echo "jacoco_plugin = ET.fromstring('''$jacoco_plugin''')" >> "$python_script"
echo "plugins.append(jacoco_plugin)" >> "$python_script"
echo "tree.write('${localDirectory}/pom.xml')" >> "$python_script"
Expand Down

0 comments on commit 5cf6d19

Please sign in to comment.