FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5bd95581 authored by Jake Hutchinson's avatar Jake Hutchinson
Browse files

DNM: kolla diff test

parent cbbb63ef
Branches arcus/zed-production
No related tags found
1 merge request!529DNM: kolla diff test source
......@@ -168,11 +168,14 @@ kolla diff:
KAYOBE_ENVIRONMENT: aio
- if: $CI_MERGE_REQUEST_ID
script:
- .automation/pipeline/config-diff.sh origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
- sudo cp -rf ${CI_PROJECT_DIR} /src
- .automation/pipeline/config-diff.sh origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME || true
- cp /tmp/kayobe-config-diff ${CI_PROJECT_DIR}/kayobe-config-diff.txt
- cp /tmp/target-kayobe.log ${CI_PROJECT_DIR}/target-kayobe.log
- cp /tmp/source-kayobe.log ${CI_PROJECT_DIR}/source-kayobe.log
artifacts:
expose_as: 'kayobe config diff'
paths: ['./kayobe-config-diff.txt']
paths: ['./kayobe-config-diff.txt', './source-kayobe.log', './target-kayobe.log']
build:
stage: run
......
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