From decca7f6989014a92f2d0bb63873c51af492e215 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Sat, 24 Sep 2016 05:01:48 +0700 Subject: [PATCH] Update gitlab-ci deploy fix --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c135024f6..58036eb88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - build - test - - deploy variables: GIT_DEPTH: "3" SIMPLECOV: "true" @@ -272,4 +271,3 @@ test-linux: - rust-test dependencies: - linux-stable -