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
7d052820
Commit
7d052820
authored
Dec 20, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
1f39dd97
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
0 deletions
+59
-0
.runner_system_id
.runner_system_id
+2
-0
config.toml
config.toml
+18
-0
t.bat
t.bat
+3
-0
test.bat
test.bat
+36
-0
No files found.
.runner_system_id
0 → 100644
View file @
7d052820
s_ece8cb70341d
\ No newline at end of file
config.toml
0 → 100644
View file @
7d052820
concurrent
=
1
check_interval
=
0
shutdown_timeout
=
0
[session_server]
session_timeout
=
1800
[[runners]]
name
=
"test"
url
=
"https://gitlab.mnks.cn/"
id
=
14
token
=
"16d5d572f7167aa9cbeff7f901124d"
token_obtained_at
=
2023-12-20T09:23:38Z
token_expires_at
=
0001-01-01T00:00:00Z
executor
=
"shell"
shell
=
"pwsh"
[runners.cache]
MaxUploadedArchiveSize
=
0
t.bat
0 → 100644
View file @
7d052820
cd %1
git pull
\ No newline at end of file
test.bat
0 → 100644
View file @
7d052820
@echo off
echo 所有用户帐号ID为:
echo.
for /f "skip=4 tokens=1-4" %%i in ('net user') do (
if not "%%i"=="命令成功完成。" echo %%i
if not "%%j"=="" echo %%j
if not "%%k"=="" echo %%k
)
echo.
echo 当前用户帐号ID为:%username%
pause>nul
@REM @echo off
@REM git config --global --add safe.directory "*"
@REM cd %1
@REM git remote set-url origin %2
@REM git pull
@REM git add .
@REM git commit -m 'test bat'
@REM git push
\ No newline at end of file
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