1
0
Fork 0
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:
Steffen Vogel 2016-10-30 20:12:48 -04:00
parent f2bdba06d0
commit 6c23cd23d3

View file

@ -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 .