Commit ad39d441 by 张思远

a

parent 18a301a0
Pipeline #184 canceled with stages
.gitlab-ci.yml
LIST.TXT
t.bat
t.sh
t1.sh
test.txt
webhook.php
@echo off
@REM cd %1
git pull git pull
...@@ -34,6 +34,10 @@ if ($proc == false) { ...@@ -34,6 +34,10 @@ if ($proc == false) {
$status = proc_close($proc); // 释放proc $status = proc_close($proc); // 释放proc
} }
echo '输出: ' . "\r\n" . $stdout . "\r\n", '错误:' . "\r\n" . $stderr;
exit;
echo '<dl>'; echo '<dl>';
echo '<dt>输出</dt>'; echo '<dt>输出</dt>';
echo '<dd><pre>' . $stdout . '</pre></dd>'; echo '<dd><pre>' . $stdout . '</pre></dd>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment