This commit is contained in:
mwh 2026-01-20 15:57:42 +08:00
parent b2f68a3328
commit b0c1f38026

View File

@ -32,8 +32,10 @@ def call(Map config)
url: 'git@gitea.bywaystudios.com:pet_home/AplusB_Pet_nation.git',
credentialsId: '503eaa43-0676-40ac-81c0-d9c5cc8b4ff7'
]]
])
])
}
steps
{
// submodule
bat 'git submodule update --init --recursive --remote --merge'
}