Remove artebuild step
This commit is contained in:
parent
b629a9647b
commit
3cff5583b6
1 changed files with 0 additions and 14 deletions
|
@ -11,20 +11,6 @@ variables:
|
||||||
BASE_LAYER: bookworm
|
BASE_LAYER: bookworm
|
||||||
UV_LINK_MODE: copy
|
UV_LINK_MODE: copy
|
||||||
|
|
||||||
artebuild:
|
|
||||||
stage: build
|
|
||||||
image: "ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER"
|
|
||||||
before_script:
|
|
||||||
- "bash ./scripts/install-sass.sh"
|
|
||||||
- "apt-get update && apt-get install zip -y"
|
|
||||||
script:
|
|
||||||
- "uv run generator/ generate site/ --production"
|
|
||||||
- "(cd _dist && zip -r ../site-blob.zip *)"
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- "site-blob.zip"
|
|
||||||
expire_in: 1 day
|
|
||||||
|
|
||||||
buildAndPublish:
|
buildAndPublish:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker
|
image: docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue