Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
infrastructure
gitlab-ci
Commits
3b5e9be0
Commit
3b5e9be0
authored
2 years ago
by
Jonas Höppner
Browse files
Options
Downloads
Patches
Plain Diff
CI: Pull new changelog_generator image, add token to the call.
BCS 746-000785
parent
968886c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifest.yml
+5
-2
5 additions, 2 deletions
manifest.yml
with
5 additions
and
2 deletions
manifest.yml
+
5
−
2
View file @
3b5e9be0
...
...
@@ -78,12 +78,15 @@ changelog:
-
if
:
$CI_COMMIT_REF_NAME != $MASTER_BRANCH_MANIFEST || $CI_PIPELINE_SOURCE == "api"
variables
:
IMAGE_PATH
:
${CI_IMAGES_BASEPATH}/changelog-generator
IMAGE_REVISION
:
2fd56690a5dabde6eda101182e8359f1c3609664
IMAGE_REVISION
:
fe31a5ffe75b8f0dca697dd95ffb3f87af92d6d1
image
:
name
:
"
${IMAGE_PATH}:${IMAGE_REVISION}"
# set entrypoint to noop to be able to run from script
entrypoint
:
[
"
"
]
script
:
"
changelog_generator.py
--branch
${MASTER_BRANCH_MANIFEST}
>
changelog.md"
script
:
changelog_generator.py
--token=${GITBOT_TOKEN}
--branch ${MASTER_BRANCH_MANIFEST}
> changelog.md
artifacts
:
expire_in
:
4 weeks
paths
:
...
...
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