Skip to content

Commit de3f3b3

Browse files
committed
Remove debug instruction
1 parent c047bad commit de3f3b3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.gitlab/silent-upload-junit-to-datadog.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/bash
22
OUTFILE=/tmp/datadog-junit-upload.txt
33
"$(dirname -- "${BASH_SOURCE[0]}")"/upload-junit-to-datadog.sh "$@" >$OUTFILE 2>&1
4-
5-
cat $OUTFILE
6-
74
if [[ $? -ne 0 ]]; then
85
cat $OUTFILE
96
else

0 commit comments

Comments
 (0)