From 922b57351db296f41e0151681ae2896869982421 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 12 Sep 2022 22:01:13 +0300 Subject: Remove `setup_git` task `git clone` should work with anonymous clones --- latest.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latest.Dockerfile') 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 -- cgit v1.2.3