1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
This commit is contained in:
Steffen Vogel 2017-11-21 23:05:22 +01:00
parent 668fa2eb78
commit 149139aa34

View file

@ -8,13 +8,8 @@ variables:
stages:
- prepare
- build
- test
- deploy
- docker
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
before_script:
- git submodule foreach git checkout .
# - test
# - deploy
# Stage: prepare
##############################################################################