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
0eb75f7f
Commit
0eb75f7f
authored
Dec 21, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell
parent
ea604d3b
Pipeline
#159
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
t.bat
t.bat
+0
-6
webhook.php
webhook.php
+2
-1
No files found.
t.bat
View file @
0eb75f7f
<<<<<<< HEAD
cd %1
git pull
=======
%username%
pause
>>>>>>> 86113a3e1937102c4b42424a70135869c24d5425
webhook.php
View file @
0eb75f7f
...
...
@@ -14,7 +14,8 @@ if (strpos(strtoupper(PHP_OS), 'WIN') === 0) {
$cmd
=
't.bat '
.
$dir
.
' '
.
$web_url
;
}
else
{
$cmd
=
't.sh'
;
//su
$cmd
=
'bash t.sh'
;
}
$descriptorspec
=
[
...
...
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