mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix CI
This commit is contained in:
parent
babec9a574
commit
14150f158f
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ variables:
|
|||
DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME}
|
||||
DOCKER_IMAGE_DEV: villas/fpga-dev
|
||||
|
||||
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
|
||||
before_script:
|
||||
- git submodule foreach git checkout .
|
||||
|
||||
stages:
|
||||
- prepare
|
||||
- build
|
||||
|
|
Loading…
Add table
Reference in a new issue