Skip to content

Commit 9231f01

Browse files
committed
rm debug logs
1 parent ef37c75 commit 9231f01

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/execute.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ set +e
1313

1414
echo "🚀 Executing: flow $EXECUTABLE_INPUT"
1515

16-
echo "$(pwd)"
17-
ls
18-
1916
if [ "${CONTINUE_ON_ERROR:-false}" = "true" ]; then
2017
flow $EXECUTABLE_INPUT 2>&1 | tee executable_output.txt
2118
exit_code=$?

0 commit comments

Comments
 (0)