Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webhook-test-zsy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张思远
webhook-test-zsy
Commits
ad39d441
Commit
ad39d441
authored
Dec 24, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
18a301a0
Pipeline
#184
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
LIST.TXT
LIST.TXT
+7
-0
t.bat
t.bat
+0
-2
webhook.php
webhook.php
+4
-0
No files found.
LIST.TXT
0 → 100644
View file @
ad39d441
.gitlab-ci.yml
LIST.TXT
t.bat
t.sh
t1.sh
test.txt
webhook.php
t.bat
View file @
ad39d441
@echo off
@REM cd %1
git pull
git pull
webhook.php
View file @
ad39d441
...
@@ -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>'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment