fix(ci): make sure to clone tinymce submodule
This commit is contained in:
parent
c2ac9e6318
commit
e0a313dc18
@ -3,6 +3,9 @@ stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
# define the build stage
|
||||
build_stage:
|
||||
stage: build
|
||||
@ -60,3 +63,4 @@ deploy_production:
|
||||
only:
|
||||
- tags
|
||||
# restrict to specific branch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user