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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-06-20 12:42:49 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-06-20 12:42:49 +0300
commit93fc0203bbe195c29433de98d7bc56593fb56328 (patch)
tree743f4854ccdec8b323eed8b40fd6b41b1021160a
parent8f8b0b8d1c8117f41d37b1a2e7cc6682e6998335 (diff)
Remove .git directory from archivesaxil-poc-poc-poc-archives
-rw-r--r--.gitlab/ci/build-and-deploy.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/build-and-deploy.gitlab-ci.yml b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
index a51ac02e..20625641 100644
--- a/.gitlab/ci/build-and-deploy.gitlab-ci.yml
+++ b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
@@ -36,6 +36,7 @@
.compile-and-minify-scripts:
script:
- bundle exec rake clone_archives
+ - find tmp/archives -type d -name ".git" | xargs rm -rf
- cp -a tmp/archives/* content/
- bundle exec nanoc compile -VV
- yarn compile:css