mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add 'git submodule sync' to CI script to update changed .gitmodules
This commit is contained in:
parent
f2bdba06d0
commit
6c23cd23d3
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ docker-image:
|
|||
stage: prepare
|
||||
# Must match the docker version on the build machine!
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --recursive --init
|
||||
- docker info
|
||||
script:
|
||||
- docker build -t $DOCKER_REGISTRY/$DOCKER_IMAGE .
|
||||
|
|
Loading…
Add table
Reference in a new issue