Removed useless before_script docker login command

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2020-10-29 16:00:03 +01:00
parent 31c5d54635
commit 1bf04ee7ab

View File

@ -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 image: docker:latest
services: services:
- docker:dind - docker:dind
@ -24,7 +20,6 @@ variables:
before_script: before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle - export GRADLE_USER_HOME=`pwd`/.gradle
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build: build:
image: gradle:jdk15 image: gradle:jdk15