Skip to content

Commit dda1946

Browse files
committed
fix: success should be false is compilation fails
1 parent d5d3e87 commit dda1946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if make > /tmp/compilation_logs 2>&1; then
1010
"$@"
1111
else
1212
echo "TECHIO> redirect-streams \"Compilation logs\""
13-
1413
cat /tmp/compilation_logs
14+
echo "TECHIO> success false"
1515
fi

0 commit comments

Comments
 (0)