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: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- deploy
build docker image: build docker image:
stage: build
interruptible: true interruptible: true
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
...@@ -21,7 +16,6 @@ build docker image: ...@@ -21,7 +16,6 @@ build docker image:
--cleanup --cleanup
build pages: build pages:
stage: build
image: alpine:latest image: alpine:latest
before_script: before_script:
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola - apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
...@@ -33,11 +27,3 @@ build pages: ...@@ -33,11 +27,3 @@ build pages:
artifacts: artifacts:
paths: paths:
- public/ - 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