From 996ae58e2d873b84e07ddbe5b118260284dcaba1 Mon Sep 17 00:00:00 2001 From: Moritz Langenstein <ml5717@ic.ac.uk> Date: Sat, 12 Oct 2019 20:23:02 +0100 Subject: [PATCH] Revert "(ml5717) (alh1717) Fixed submodule init depth to 1" This reverts commit d51e6da584d13c61e40fdc7ea828f0aef33e6e8e. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28188a3..824e15b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ submodule_fetch: script: - chmod 600 .drawing-app-deploy.rsa - git submodule sync --recursive - - GIT_SSH_COMMAND='ssh -i .drawing-app-deploy.rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git submodule update --init --depth 1 + - GIT_SSH_COMMAND='ssh -i .drawing-app-deploy.rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git submodule update --init artifacts: paths: - src/liowebrtc -- GitLab