qa: migration to SvelteKit 2 + Sveltestrap 6
This commit is contained in:
parent
4dedcfc420
commit
a043138a63
28 changed files with 806 additions and 259 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.build:
|
||||
stage: build
|
||||
image: golang:alpine3.18
|
||||
image: golang:1-alpine
|
||||
before_script:
|
||||
- export GOPATH="$CI_PROJECT_DIR/.go"
|
||||
- mkdir -p .go
|
||||
|
|
@ -11,12 +11,11 @@
|
|||
|
||||
build-qa-ui:
|
||||
stage: build
|
||||
image: node:20-alpine3.18
|
||||
image: node:21-alpine
|
||||
before_script:
|
||||
script:
|
||||
- cd qa/ui
|
||||
- npm install --network-timeout=100000
|
||||
- sed -i 's!@popperjs/core/dist/esm/popper!@popperjs/core!' node_modules/sveltestrap/src/*.js node_modules/sveltestrap/src/*.svelte
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Reference in a new issue