Trying different submodule strategy
This commit is contained in:
10
kibot-ci.yml
10
kibot-ci.yml
@@ -7,15 +7,21 @@ workflow:
|
||||
|
||||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
# GIT_SUBMODULE_STRATEGY: normal
|
||||
GIT_SUBMODULE_FORCE_HTTPS: "true"
|
||||
GIT_SUBMODULE_UPDATE_FLAGS: --remote --merge
|
||||
# GIT_SUBMODULE_UPDATE_FLAGS: --remote --merge
|
||||
|
||||
stages:
|
||||
- gen_mech
|
||||
- gen_fab
|
||||
- release
|
||||
|
||||
default:
|
||||
before_script:
|
||||
- git submodule update --init --remote --merge
|
||||
- git submodule status
|
||||
- git submodule foreach git log -1
|
||||
|
||||
image:
|
||||
name: ghcr.io/inti-cmnb/kicad7_auto:1.6.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user