From 95a2e2f2fecab29b30fed0beb90420b64222a970 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 8 Jul 2024 13:25:45 +0200 Subject: [PATCH] chore(gitlab-ci): fix order/syntax --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce6998907..07285f49e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,8 +103,6 @@ frontend build: artifacts: true - job: well-known artifacts: true - - job: frontend lint # pipeline performance - artifacts: false artifacts: paths: - static/ @@ -125,8 +123,6 @@ uniworx: artifacts: true - job: backend dependencies artifacts: true - - job: frontend lint # transitive - artifacts: false - job: frontend build artifacts: true - job: backend lint # pipeline performance