From e9cc8d6eb24bda338de8852bb0ad1ee63ff85f7f Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Tue, 15 Jun 2021 12:25:19 +0200
Subject: [PATCH] [#78] change to checkout branch

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9c4f90c..e839076f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ build_win10_msvc:
     - ls ~/.ssh/
     - git fetch
     - git checkout $CI_COMMIT_BRANCH
-    - git pull $CI_COMMIT_SHA
+    # - git checkout $CI_COMMIT_SHA
     - git submodule init
     - git submodule update
     - mkdir debug
-- 
GitLab