fix(ci): minimal checkout - clone only botlib submodule
This commit is contained in:
parent
68ae908506
commit
3272a49a32
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@ jobs:
|
|||
|
||||
- name: Setup Workspace
|
||||
run: |
|
||||
git clone --depth 1 --recursive --shallow-submodules https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||
git clone --depth 1 https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||
cd workspace
|
||||
git submodule update --init --depth 1 botlib
|
||||
cd ..
|
||||
rm -rf workspace/botserver
|
||||
mv botserver workspace/botserver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue