FGAN Proj - Docker compose up with submodules as CICD

less than 1 minute read

clone proj from gitlab

use --recursive to automatically initialize and update each submodule in the repository, including nested submodules if any of the submodules in the repository have submodules themselves.

git clone --recursive git@gitlab.com:frida129/test_compose.git 

Test Local docker compose befor use gitlab runner

submodule docs: https://git-scm.com/book/en/v2/Git-Tools-Submodules

Leave a comment