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:
-rw-r--r--dockerfiles/single.Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 5671da42..e5ffc45e 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -70,7 +70,6 @@ RUN mkdir /site \
# Do some HTML post-processing on the archive, compress images, and minify assets
RUN /source/scripts/normalize-links.sh /site "${VER}" \
&& /source/scripts/compress_images.sh /site "${VER}" \
- # ATTENTION: This should be the last script to run
&& /source/scripts/minify-assets.sh /site "${VER}"
# Make an index.html and 404.html which will redirect / to /${VER}/