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>2021-09-01 11:59:46 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-09-01 11:59:46 +0300
commit961291e3dad3b79de0f5b83ea87aa57ab558d072 (patch)
tree746b61dbbcfcdd6ca6e0c5e102d82bae5981dc35 /.gitlab-ci.yml
parent935de88d65b3a8cbeab975d28b81d24e3701a126 (diff)
Remove symlink hack now that we have proper Pages redirects
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dfbb069..6197fe22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,8 +193,6 @@ workflow:
- bundle exec nanoc compile -VV
# Create _redirects for Pages redirects
- bundle exec rake redirects
- # Remove CE dir and symlink EE to CE
- - if [ $CI_PIPELINE_SOURCE != 'pipeline' ]; then cd public && rm -rf ce && ln -s ee ce && cd ../; fi
# Calculate sizes before and after minifying/gzipping the static files (HTML, CSS, JS)
- SIZE_BEFORE=$(du -sh public/ | awk '{print $1}')
# Minify the assets of the resulting site