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 /dockerfiles
parent43cee4668fffa9ebc2cafe2bfc0e084d0b8b1b32 (diff)
Remove `setup_git` task
`git clone` should work with anonymous clones
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/builder.onbuild.Dockerfile2
-rw-r--r--dockerfiles/single.Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dockerfiles/builder.onbuild.Dockerfile b/dockerfiles/builder.onbuild.Dockerfile
index 400b9fd6..e2e1aff1 100644
--- a/dockerfiles/builder.onbuild.Dockerfile
+++ b/dockerfiles/builder.onbuild.Dockerfile
@@ -10,7 +10,7 @@ ONBUILD ARG CI_COMMIT_REF_NAME
ONBUILD COPY . /source/
ONBUILD RUN NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
ONBUILD RUN yarn install && yarn cache clean
-ONBUILD RUN bundle exec rake setup_git default
+ONBUILD RUN bundle exec rake default
ONBUILD RUN bundle exec nanoc compile -VV
## For 13.9 and later, there's a raketask that is run instead of the
## manual READMEs symlinking that is defined in scripts/normalize-links.sh.
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index d32e8537..49c58393 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -75,7 +75,7 @@ RUN yarn install --frozen-lockfile \
&& yarn cache clean \
&& bundle config set --local deployment true \
&& bundle install --jobs 4 \
- && bundle exec rake setup_git default \
+ && bundle exec rake default \
&& bundle exec nanoc compile -VV
# Move generated HTML to /site