Skip to content
Snippets Groups Projects
Commit 915e4041 authored by Sören Henning's avatar Sören Henning
Browse files

Fix Kaniko context

parent 780e5134
No related branches found
No related tags found
1 merge request!207Container build without Docker
Pipeline #5465 passed with warnings
This commit is part of merge request !207. Comments created here will be created in the context of that merge request.
......@@ -324,7 +324,7 @@ deploy-theodolite-kaniko:
- DOCKER_TAG_NAME=$(echo $CI_COMMIT_REF_SLUG- | sed 's/^master-$//')
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CR_HOST\":{\"username\":\"$CR_USER\",\"password\":\"$CR_PW\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $PWD/src/main/docker/ --dockerfile Dockerfile.jvm -d $CR_ORG/theodolite:${DOCKER_TAG_NAME}latest-kaniko
- /kaniko/executor --context $PWD --dockerfile $PWD/src/main/docker/Dockerfile.jvm -d $CR_ORG/theodolite:${DOCKER_TAG_NAME}latest-kaniko
rules:
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $CI_COMMIT_TAG"
when: always
......@@ -336,6 +336,7 @@ deploy-theodolite-kaniko:
when: manual
allow_failure: true
# Theodolite SLO Checker: Lag Trend
test-slo-checker-lag-trend:
......
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