From 84c000dd0172378f721ca2ea50b776c92fb69d63 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Thu, 16 Jan 2020 15:51:59 +0100 Subject: [PATCH] Cleanup commented out stuff --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8db59c..e2aa8a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ variables: before_script: -# - docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY" cache: paths: @@ -25,11 +24,6 @@ cache: build: stage: build before_script: -# - docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY" - # Make Git submodules work -# - which git || (apk --no-cache add git) -# - echo $PWD -# - git submodule sync --recursive - git submodule update --remote --recursive --init script: - mvn $MAVEN_CLI_OPTS $MAVEN_BUILD_OPTS verify -- GitLab