Skip to content
Snippets Groups Projects
Unverified Commit b0bfed4b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Reorganize CI

parent 8a892d45
No related branches found
No related tags found
No related merge requests found
Pipeline #179480 passed
variables:
GIT_SUBMODULE_STRATEGY: recursive
build docker image:
stages:
- test
- build
- deploy
zola check:
stage: test
image: alpine:latest
before_script:
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- apk add yarn
- yarn install
script:
- zola check
docker build:
stage: build
interruptible: true
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -14,16 +30,3 @@ build docker image:
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
build pages:
image: alpine:latest
before_script:
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- apk add yarn
- yarn install
script:
- zola build
- cp _redirects public/
artifacts:
paths:
- public/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment