Skip to content

Commit

Permalink
logs on cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Feb 15, 2024
1 parent 47ba78d commit e0f1456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ng/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on_exit()

cat_file()
{
[ -n "${IN_CICD}" ] && return
#[ -n "${IN_CICD}" ] && return
echo "---------- $(basename "${1}") ----------"
cat "${1}"
echo "--------------------"
Expand Down

0 comments on commit e0f1456

Please sign in to comment.