Skip to content

Commit bdabeee

Browse files
author
l
committed
add a tag to allow for cleanup by bot
1 parent 7727e79 commit bdabeee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test-sdc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# You can use it with the individual-shell-tools, jq, and shell-pipelines tasks
55

66
echo "Results of test" > testoutput.txt
7+
echo "<!--CYFTT tag: sdc-test-results-->" > testoutput.txt
8+
echo "Results of test" >> testoutput.txt
9+
710
if [[ "$1" == "individual-shell-tools" ]]; then
811
cd individual-shell-tools
912
pass=0

0 commit comments

Comments
 (0)