From 31705b80eedd20e8dbf04d1da7f26c527a6dab47 Mon Sep 17 00:00:00 2001 From: Andreas Fehn <andreas.fehn@tu-dresden.de> Date: Mon, 23 Jul 2018 08:47:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a048bb4..81dc0e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ publish: stage: deploy image: bravissimolabs/alpine-git variables: - GIT_STRATEGY: none +# GIT_STRATEGY: none before_script: - git config user.name "$GITLAB_USER_NAME" - git config user.email "$GITLAB_USER_EMAIL" -- GitLab