FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
arcus-kayobe-config
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Research Computing Services
Platforms
Cloud Services
arcus-kayobe-config
Commits
5bd95581
Commit
5bd95581
authored
2 months ago
by
Jake Hutchinson
Browse files
Options
Downloads
Patches
Plain Diff
DNM: kolla diff test
parent
cbbb63ef
Branches
arcus/zed-production
Branches containing commit
No related tags found
1 merge request
!529
DNM: kolla diff test source
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
2
View file @
5bd95581
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment