From 630998529539d817b7559d08896ddd91f7dec122 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 15 Jun 2020 00:48:50 +0300 Subject: [PATCH] Remove git installing from the E2E Yarn install --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3d7b85..fe31393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,8 +76,6 @@ Yarn E2E: - .yarnE2ECache cache: policy: pull-push - before_script: - - apk add git script: - yarn install --frozen-lockfile only: