Skip to content

Draft: Optimise Gitlab with caching

Aavild requested to merge cache_images into master

By optimising the jobs in the .gitlab-ci.yml with caching we can save time when pushing to the GitLab pipeline. This branch aims to do so by optimising the following:

  • the need of getting packages from Alpine Linux Packagement(apk add)
  • The needing to use ImageMagick/OptiPNG in image-compressor on all pictures to compress them
  • clone git repos Hugo and image-compressor
Edited by Aavild

Merge request reports