Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2022-09-12 22:01:13 +0300
committerAnatoli Babenia <anatoli@rainforce.org>2022-10-01 15:15:10 +0300
commit922b57351db296f41e0151681ae2896869982421 (patch)
tree8322de65643d685555ce1edffcb8a67e6f934cd5 /latest.Dockerfile
parent43cee4668fffa9ebc2cafe2bfc0e084d0b8b1b32 (diff)
Remove `setup_git` task
`git clone` should work with anonymous clones
Diffstat (limited to 'latest.Dockerfile')
-rw-r--r--latest.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest.Dockerfile b/latest.Dockerfile
index 77dcecfd..0db96e48 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -17,7 +17,7 @@ ENV CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME:-main}
COPY . /source/
RUN yarn install && \
bundle install && \
- bundle exec rake setup_git default && \
+ bundle exec rake default && \
bundle exec nanoc compile -VV && \
/scripts/compress_images.sh /source/public ee # compress images