From 1bf04ee7ab4701fc21add295f18ad34aef41e08d Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 29 Oct 2020 16:00:03 +0100 Subject: [PATCH] Removed useless before_script docker login command Signed-off-by: Louis Vallat --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0a5ff3..a355f78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,3 @@ -# This file is a template, and might need editing before it works on your project. -# This is the Gradle build system for JVM applications -# https://gradle.org/ -# https://github.com/gradle/gradle image: docker:latest services: - docker:dind @@ -24,7 +20,6 @@ variables: before_script: - export GRADLE_USER_HOME=`pwd`/.gradle - - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY build: image: gradle:jdk15