Skip to content

Commit

Permalink
Merge pull request #113 from ozfox/master
Browse files Browse the repository at this point in the history
Remove relation to deprecated XSL-Stylesheet in results_to_xml.sh
  • Loading branch information
MrKevinWeiss authored Aug 18, 2021
2 parents 7bc9656 + 9082e72 commit b6cc33b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/tools/ci/results_to_xml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ METAXML=$BASEDIR/metadata.xml

# write header to xml
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > $BASEXML
echo "<?xml-stylesheet type=\"text/xsl\" href=\"https://ci.riot-os.org/static/robot.xsl\"?>" >> $BASEXML
echo "<result name=\"RIOT HIL\">" >> $BASEXML
tail -n+2 $METAXML >> $BASEXML
echo "<boards>" >> $BASEXML
Expand Down

0 comments on commit b6cc33b

Please sign in to comment.