Skip to content
Snippets Groups Projects
Commit 9cb6a9a8 authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix gitlab ci/cd yml

parent 4120ca65
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #9978 failed with stages
in 2 minutes and 45 seconds
......@@ -2,7 +2,7 @@ include:
- remote: https://open.greenhost.net/stackspin/stackspin/raw/main/.gitlab/ci_templates/kaniko.yml
stages:
#- build
- build
- build-test-images
# TODO: Re-enable after fixing #82
# - lint
......@@ -44,7 +44,6 @@ login:
only:
changes:
- login/**/*
- .gitlab-ci.yml
# A Fake SSO app to test the behaviour
......@@ -91,6 +90,11 @@ postgres:
KANIKO_CONTEXT: "postgres"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
extends: .kaniko_build
only:
changes:
- postgres/**/*
kratos:
stage: build
......@@ -99,9 +103,9 @@ kratos:
KANIKO_CONTEXT: "kratos"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
extends: .kaniko_build
# only:
# changes:
# - kratos/**/*
only:
changes:
- kratos/**/*
hydra:
stage: build
......@@ -110,11 +114,12 @@ hydra:
KANIKO_CONTEXT: "hydra"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
extends: .kaniko_build
only:
changes:
- hydra/**/*
# TODO: This integration testing is the old test. This need to be modified
# and will happen in the issue which is about integration the login
# image & testing that
behave-integration:
stage: integration-test
services:
......
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