Skip to content

Disable sourcemaps in CI for non-master branches

Stanislav Lashmanov requested to merge slashmanov/disable-sourcemaps-in-ci into master

What does this MR do and why?

This MR disables frontend source maps in GitLab's CI config for feature branches used in merge requests. That change should almost halve the time needed to finish frontend assets compilation (gitlab:assets:compile:yarn webpack task).

Compilation times comparison

Before After
1039.06s 603.27s
Edited by Stanislav Lashmanov

Merge request reports

Loading