diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 12:04:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 12:04:24 -0600 |
| commit | 7998b52202ddee94116cac356426e6f623278e5b (patch) | |
| tree | 7a8fc7a7e4f5c69d3d2fed71a11bf9342b5aa1fa | |
| parent | 16a9f4c7b50ab95b9d1556441c1f2d908e9f9685 (diff) | |
skip git
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f5cf46..a664dfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ javadoc: tarball: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA + variables: + GIT_STRATEGY: none stage: test script: - bundle exec rake publish @@ -45,6 +47,8 @@ tarball: publish-image: image: docker:stable + variables: + GIT_STRATEGY: none stage: release script: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY |
