Commit 7d052820 by 张思远

a

parent 1f39dd97
s_ece8cb70341d
\ No newline at end of file
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
cd %1
git pull
\ No newline at end of file
@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
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