From 92197d735c55bc7b56d6aee3ae34799d8bbdeb6a Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Wed, 16 Jun 2021 17:03:15 +0200
Subject: [PATCH] [#78] change to previous behaviour

---
 .gitlab-ci.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2ab42d8..6e0d7908 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,19 +39,14 @@ build_win10_msvc:
   tags: 
     - win10-msvc-cached
   variables:
-    GIT_STRATEGY: none
+    # GIT_STRATEGY: clone
+    GIT_SUBMODULE_STRATEGY: recursive
   timeout: 10m
   retry: 0
   script:
     - cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
     - .\Launch-VsDevShell.ps1
-    - cd C:\cached\vkcv-framework
-    - ls ~/.ssh/
-    - git fetch
-    - git checkout $CI_COMMIT_SHA
-    - git pull
-    - git submodule init
-    - git submodule update
+    - cd $CI_PROJECT_DIR
     - mkdir debug
     - cd debug
     - cmake -DCMAKE_BUILD_TYPE=Debug ..
-- 
GitLab