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 release/forms/4.3.12
No related merge requests found
...@@ -105,21 +105,6 @@ default: ...@@ -105,21 +105,6 @@ default:
} }
EOF 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: meta_build:
stage: prepare stage: prepare
extends: .build extends: .build
...@@ -269,7 +254,6 @@ build_nginx: ...@@ -269,7 +254,6 @@ build_nginx:
extends: extends:
- .build - .build
needs: needs:
- generate_css
- migration_check - migration_check
- django-tests - django-tests
script: script:
...@@ -285,7 +269,6 @@ build_release: ...@@ -285,7 +269,6 @@ build_release:
extends: extends:
- .build - .build
needs: needs:
- generate_css
- migration_check - migration_check
- django-tests - django-tests
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment