Skip to content
Snippets Groups Projects
Commit efe0d833 authored by llaffont's avatar llaffont
Browse files

Update gitlab build script to force update of submodules

parent a1ccdf0a
Branches
Tags
No related merge requests found
#!/bin/sh
git submodule update
git submodule foreach --recursive "git submodule init"
git submodule foreach --recursive "git submodule update"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment