From f2c60b4454f4432ac25223286d70148b2064bf19 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 24 Apr 2019 09:49:38 -0400 Subject: [PATCH] Changed submodule update Former-commit-id: 67757821ea1223665996c7dc467f33b84989d76d --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 330743ec72..7f6a191cb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ before_script: git pull "https://gitlab.com/${SOURCE_PROJECT}/veloren.git" "${SOURCE_BRANCH}"; fi; - git submodule sync --recursive - - git submodule update --init --recursive + - git submodule update --remote --recursive - git status - if [ -d target ]; then ls -la target;