You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-21 13:40:58 +03:00
ci: fetch engine submodules
This commit is contained in:
@@ -77,9 +77,8 @@ local Pipeline(branch, platform, event) = {
|
|||||||
name: 'submodules',
|
name: 'submodules',
|
||||||
image: 'alpine/git',
|
image: 'alpine/git',
|
||||||
commands: [
|
commands: [
|
||||||
'git submodule update --recursive --remote',
|
'git submodule update --init --recursive --remote',
|
||||||
'git config cmake.update-submodules no',
|
'git config cmake.update-submodules no',
|
||||||
'ls -la /drone/src/storage-manager',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user