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

Remvoe CI stages

parent d243748c
No related branches found
No related tags found
No related merge requests found
Pipeline #179369 canceled
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- deploy
build docker image:
stage: build
interruptible: true
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -21,7 +16,6 @@ build docker image:
--cleanup
build pages:
stage: build
image: alpine:latest
before_script:
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
......@@ -33,11 +27,3 @@ build pages:
artifacts:
paths:
- public/
push docker image:
stage: deploy
before_script:
- buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- buildah push teckids.org:latest
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