try to fix CI
This commit is contained in:
parent
1f7a3defab
commit
f658527492
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ build and deploy:
|
||||||
stage: build and deploy
|
stage: build and deploy
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
image: node:18
|
image: node:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq lftp
|
- apt-get update -qq && apt-get install -y -qq lftp
|
||||||
script:
|
script:
|
||||||
- npm ci
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- |
|
- |
|
||||||
cd dist
|
cd dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue