clone submodule
This commit is contained in:
parent
0fc2e5b271
commit
60c436a0f8
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,6 @@ stages: # List of stages for jobs, and their order of execution
|
|||
- build
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRAGEY: recursive
|
||||
|
||||
get-build-repo: # This job runs in the build stage, which runs first.
|
||||
stage: get
|
||||
|
@ -55,6 +53,8 @@ build-packages: # This job runs in the deploy stage.
|
|||
- cd build/LatexPackagesBuild
|
||||
- git add .
|
||||
- git commit -m "${COMMIT_MESSAGE}"
|
||||
variables:
|
||||
GIT_SUBMODULE_STRAGEY: recursive
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
|
|
Loading…
Add table
Reference in a new issue