From 57a2b6c88a7db825123c31e9c919633b98b02350 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Sat, 29 May 2021 10:58:27 +0200 Subject: [PATCH] [#50] ... it does not work (pre-clone script) --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f80b663f..1d5c388f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ build_ubuntu_gcc: GIT_SUBMODULE_STRATEGY: recursive timeout: 10m retry: 1 - pre_clone_script: - - git lfs install script: - mkdir debug - cd debug @@ -44,8 +42,6 @@ build_win10_msvc: GIT_SUBMODULE_STRATEGY: recursive timeout: 10m retry: 1 - pre_clone_script: - - git lfs install script: - cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\' - .\Launch-VsDevShell.ps1 -- GitLab