From fae649679b06b9f0b590da4375c91fd43a56358d Mon Sep 17 00:00:00 2001 From: Andreas Fehn <andreas.fehn@tu-dresden.de> Date: Mon, 23 Jul 2018 08:43:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 888a636..a048bb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ build: stage: build image: nimmis/alpine-java:openjdk-8-jdk variables: + GIT_STRATEGY: clone GRADLE_OPTS: "-Dorg.gradle.daemon=false" before_script: - export GRADLE_USER_HOME=`pwd`/.gradle @@ -26,6 +27,8 @@ build: publish: stage: deploy image: bravissimolabs/alpine-git + variables: + GIT_STRATEGY: none before_script: - git config user.name "$GITLAB_USER_NAME" - git config user.email "$GITLAB_USER_EMAIL" -- GitLab