Skip to content
Snippets Groups Projects
Commit 13284a63 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Revert "CI: make sure the repo is cleaned"

This reverts commit 2ccab074.
parent 2ccab074
Branches
Tags
No related merge requests found
...@@ -136,7 +136,6 @@ stages: ...@@ -136,7 +136,6 @@ stages:
stage: prepare stage: prepare
before_script: before_script:
# This override the previous before_script # This override the previous before_script
- git clean -ffxd
- set GIT_LFS_SKIP_SMUDGE=1 - set GIT_LFS_SKIP_SMUDGE=1
- git checkout %CI_COMMIT_REF_NAME% - git checkout %CI_COMMIT_REF_NAME%
- set GIT_LFS_SKIP_SMUDGE=0 - set GIT_LFS_SKIP_SMUDGE=0
...@@ -173,7 +172,6 @@ windows-8-prepare: ...@@ -173,7 +172,6 @@ windows-8-prepare:
.common-windows-build: .common-windows-build:
extends: .common-build extends: .common-build
before_script: before_script:
- git clean -ffxd
- git lfs fetch origin %CI_COMMIT_SHA% - git lfs fetch origin %CI_COMMIT_SHA%
- git checkout %CI_COMMIT_REF_NAME% - git checkout %CI_COMMIT_REF_NAME%
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment