diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8db59c6fc4bb5863f5f1afd5897be4b171d8157..e2aa8a426ad6a84a1cafe5074cf9b58510e222ac 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