Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/frontend.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index 34c29a9e902..279a7067a74 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -371,28 +371,6 @@ bundle-size-review:
paths:
- bundle-size-review/
-.startup-css-check-base:
- extends:
- - .frontend-test-base
- script:
- - run_timed_command "yarn generate:startup_css"
- - yarn check:startup_css
-
-startup-css-check:
- extends:
- - .startup-css-check-base
- - .frontend:rules:default-frontend-jobs
- needs: ["compile-test-assets", "rspec-all frontend_fixture"]
-
-startup-css-check as-if-foss:
- extends:
- - .startup-css-check-base
- - .as-if-foss
- - .frontend:rules:default-frontend-jobs-as-if-foss
- needs:
- - job: "compile-test-assets as-if-foss"
- - job: "rspec-all frontend_fixture as-if-foss"
-
.compile-storybook-base:
extends:
- .frontend-test-base