Skip to content
Snippets Groups Projects
Commit 08e7b5ed authored by Roang's avatar Roang
Browse files

Remove unused generate_css job

parent e1cf10cc
Branches
Tags
1 merge request!1009Fronend lint & format
......@@ -105,21 +105,6 @@ default:
}
EOF
generate_css:
extends:
- .default-rules
image: node:20-bookworm
stage: prepare
script:
- cd src/plainui/
- echo 'yarn-offline-mirror ".yarn/cache/"' >> .yarnrc
- echo 'yarn-offline-mirror-pruning true' >> .yarnrc
- yarn install --non-interactive --no-progress --frozen-lockfile
- yarn run build
artifacts:
paths:
- src/plainui/static/plainui/rc3*.css*
meta_build:
stage: prepare
extends: .build
......@@ -269,7 +254,6 @@ build_nginx:
extends:
- .build
needs:
- generate_css
- migration_check
- django-tests
script:
......@@ -285,7 +269,6 @@ build_release:
extends:
- .build
needs:
- generate_css
- migration_check
- django-tests
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment