diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 482bf18..007aff6 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,8 +49,6 @@ Docker Build: stage: docker needs: - Gradle Build - variables: - GIT_STRATEGY: none before_script: - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin ${CI_REGISTRY} @@ -95,4 +93,4 @@ Push Tags: only: - tags variables: - NEW_TAG: $CI_COMMIT_TAG \ No newline at end of file + NEW_TAG: $CI_COMMIT_TAG